[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcoetanche
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Lite
/
Options
+ Folder
+ File
Upload
Editing: Options.php
<?php namespace AIOSEO\Plugin\Lite\Options; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } use AIOSEO\Plugin\Common\Options as CommonOptions; use AIOSEO\Plugin\Lite\Traits; /** * Class that holds all options for AIOSEO. * * @since 4.0.0 */ class Options extends CommonOptions\Options { use Traits\Options; /** * Defaults options for Lite. * * @since 4.0.0 * * @var array */ private $liteDefaults = [ // phpcs:disable WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound 'advanced' => [ 'usageTracking' => [ 'type' => 'boolean', 'default' => false ] ] // phpcs:enable WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound ]; }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 InternalOptions.php
FILE
Ren
[EDIT]
DEL
📄 Options.php
FILE
Ren
[EDIT]
DEL