Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
tracking
/
File Content:
class-field.php
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\ConfigurationUI */ /** * Class WPSEO_Config_Field. */ class WPSEO_Config_Field { /** * Field name. * * @var string */ protected $field; /** * Component to use. * * @var string */ protected $component; /** * Properties of this field. * * @var array */ protected $properties = []; /** * Field requirements. * * @var array */ protected $requires = []; /** * Value of this field. * * @var array|mixed */ protected $data = []; /** * WPSEO_Config_Field constructor. * * @param string $field The field name. * @param string $component The component to use. */ public function __construct( $field, $component ) { $this->field = $field; $this->component = $component; } /** * Get the identifier. * * @return string */ public function get_identifier() { return $this->field; } /** * Get the component. * * @return string */ public function get_component() { return $this->component; } /** * Set a property value. * * @param string $name Property to set. * @param mixed $value Value to apply. */ public function set_property( $name, $value ) { $this->properties[ $name ] = $value; } /** * Get all the properties. * * @return array */ public function get_properties() { return $this->properties; } /** * Get the data. * * @return mixed */ public function get_data() { return $this->data; } /** * Array representation of this object. * * @return array */ public function to_array() { $output = [ 'componentName' => $this->get_component(), ]; $properties = $this->get_properties(); if ( $properties ) { $output['properties'] = $properties; } $requires = $this->get_requires(); if ( ! empty( $requires ) ) { $output['requires'] = $requires; } return $output; } /** * Set the adapter to use. * * @param WPSEO_Configuration_Options_Adapter $adapter Adapter to register lookup on. */ public function set_adapter( WPSEO_Configuration_Options_Adapter $adapter ) { } /** * Requires another field to have a certain value. * * @param string $field Field to check for a certain value. * @param mixed $value Value of the field. */ public function set_requires( $field, $value ) { $this->requires = [ 'field' => $field, 'value' => $value, ]; } /** * Get the required field settings (if present). * * @return array */ public function get_requires() { return $this->requires; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
-20260707073801.DS_Store
10234 bytes
0644
.DS_Store
10234 bytes
0644
20200616130143_ReplacePermalinkHashIndex.php
2293 bytes
0644
AjaxController.php
2162 bytes
0644
DownloadConfController.php
945 bytes
0644
JsonSerializable.php
577 bytes
0644
LimitStream.php
4209 bytes
0644
admin-network-it_IT.l10n.php
42133 bytes
0644
article-modified-time-presenter.php
609 bytes
0644
base.php
2793 bytes
0644
bing-presenter.php
638 bytes
0644
class-abstract-plugin-importer.php
8466 bytes
0644
class-endpoint-statistics.php
1613 bytes
0644
class-field.php
2563 bytes
0644
class-gutenberg-compatibility.php
2510 bytes
0644
class-helpscout.php
6972 bytes
0644
class-metabox-formatter.php
12602 bytes
0644
class-metabox-null-tab.php
425 bytes
0644
class-option-tabs-formatter-20260705055921.php
2321 bytes
0644
class-option-tabs-formatter.php
2321 bytes
0644
class-plugin-conflict-20260622015355.php
8640 bytes
0644
class-sitemaps-admin-20260703023908.php
3665 bytes
0644
class-sitemaps-admin-20260707090801.php
3665 bytes
0644
class-sitemaps-admin.php
3665 bytes
0644
class-tracking-20260622063559.php
6539 bytes
0644
class-tracking-server-data-20260622150453.php
1989 bytes
0644
class-tracking-server-data.php
1989 bytes
0644
class-tracking-settings-data-20260622151145.php
5203 bytes
0644
class-wpseo-statistics.php
1443 bytes
0644
class-yoast-notification-center-20260707074829.php
23601 bytes
0644
class-yoast-notification-center.php
23601 bytes
0644
class-yoast-notification.php
9611 bytes
0644
class-yoast-plugin-conflict.php
10390 bytes
0644
class.pack.database.php
30838 bytes
0644
dashboard-1650-rtl.css
1634 bytes
0644
deactivation.php
21118 bytes
0644
debug-20260707193019.php
276 bytes
0644
debug.php
276 bytes
0644
duplicator-en_US.mo
582 bytes
0644
duplicator.php
1781 bytes
0644
elFinderPlugin.php
3331 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500-20260705194237.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class.php
48544 bytes
0644
estimated-reading-time.php
1111 bytes
0644
exceptions.php
708 bytes
0644
flexible-widget.php
11167 bytes
0644
inc.data.php
5121 bytes
0644
inc.validator-20260705185423.php
5401 bytes
0644
inc.validator.php
5401 bytes
0644
index.php
157663 bytes
0644
interface-sitemap-cache-data.php
1208 bytes
0644
loco-20260705153209.php
5626 bytes
0644
loco.php
5626 bytes
0644
loco.xml
657 bytes
0644
manager-20260707040851.php
14659 bytes
0644
manager.php
14659 bytes
0644
meta-fields-presenter.php
1600 bytes
0644
module.php
1297 bytes
0644
quick-edit-handler-1650.js
1848 bytes
0644
recovery.php
1146 bytes
0644
root.php
1951 bytes
0644
wordpress-seojs-ar.json
25925 bytes
0644
wordpress-seojs-bs_BA.json
13790 bytes
0644
wordpress-seojs-ja.json
21424 bytes
0644
wordpress-seojs-uk-20260705091620.json
26506 bytes
0644
wordpress-seojs-uk.json
26506 bytes
0644
wp-seo-main.php
17504 bytes
0644
N4ST4R_ID | Naxtarrr