Submit
Path:
~
/
home
/
getwphos
/
public_html
/
BenjaminMarc2023
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Lite
/
Options
/
File Content:
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 ]; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
InternalOptions.php
1081 bytes
0644
Options.php
703 bytes
0644
N4ST4R_ID | Naxtarrr