PATH:
home
/
letacommog
/
bresse-paysage
/
wp-content
/
plugins
/
wordpress-seo-premium
/
admin
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Options\Tabs */ /** * Class WPSEO_Help_Center_Item. */ class WPSEO_Help_Center_Item { /** * Identifier for this tab. * * @var string */ private $identifier; /** * Label to display. * * @var string */ private $label; /** * The dashicon classname to display in front of the label. * * @var string */ private $dashicon; /** * Optional arguments. * * @var array */ private $args = array(); /** * WPSEO_Help_Center_Item constructor. * * @param string $identifier Unique identifier for this tab. * @param string $label Label to display. * @param array $args Optional. Settings for this tab. * @param string $dashicon Optional. The classname of the dahsicon to put in front of the label. */ public function __construct( $identifier, $label, $args = array(), $dashicon = '' ) { $this->identifier = $identifier; $this->label = $label; $this->dashicon = $dashicon; $this->args = $args; } /** * Get the label. * * @return string */ public function get_label() { return $this->label; } /** * Get the identifier. * * @return string */ public function get_identifier() { return $this->identifier; } /** * Get the dashicon. * * @return string */ public function get_dashicon() { return $this->dashicon; } /** * Get the content of this tab. * * @return mixed|string */ public function get_content() { if ( ! empty( $this->args['content'] ) ) { return $this->args['content']; } if ( ! empty( $this->args['callback'] ) ) { return call_user_func_array( $this->args['callback'], array( $this ) ); } if ( ! empty( $this->args['view'] ) ) { $view = $this->args['view']; if ( substr( $view, - 4 ) === '.php' ) { $view = substr( $view, 0, - 4 ); } if ( ! empty( $this->args['view_arguments'] ) ) { extract( $this->args['view_arguments'] ); } include WPSEO_PATH . 'admin/views/' . $view . '.php'; } return ''; } }
[+]
..
[+]
google_search_console
[-] class-keyword-synonyms-modal.php
[edit]
[+]
links
[-] class-admin-asset-dev-server-location.php
[edit]
[+]
onpage
[-] interface-collection.php
[edit]
[-] class-yoast-dashboard-widget.php
[edit]
[-] class-bulk-title-editor-list-table.php
[edit]
[-] class-plugin-availability.php
[edit]
[-] class-admin-gutenberg-compatibility-notification.php
[edit]
[-] class-premium-popup.php
[edit]
[-] class-database-proxy.php
[edit]
[-] class-plugin-compatibility.php
[edit]
[-] class-extension-manager.php
[edit]
[-] class-expose-shortlinks.php
[edit]
[-] class-admin-asset-manager.php
[edit]
[-] class-meta-storage.php
[edit]
[+]
statistics
[+]
config-ui
[-] class-recalculate-scores.php
[edit]
[+]
notifiers
[-] class-yoast-alerts.php
[edit]
[-] class-help-center-item.php
[edit]
[-] class-yoast-network-admin.php
[edit]
[-] class-multiple-keywords-modal.php
[edit]
[-] class-extensions.php
[edit]
[+]
metabox
[+]
services
[-] class-yoast-form.php
[edit]
[-] class-help-center.php
[edit]
[+]
exceptions
[-] class-asset.php
[edit]
[-] class-admin-media-purge-notification.php
[edit]
[-] class-bulk-description-editor-list-table.php
[edit]
[-] class-gutenberg-compatibility.php
[edit]
[-] index.php
[edit]
[-] class-paper-presenter.php
[edit]
[-] class-yoast-notification-center.php
[edit]
[-] class-remote-request.php
[edit]
[-] class-export.php
[edit]
[-] class-product-upsell-notice.php
[edit]
[-] class-admin-utils.php
[edit]
[+]
help_center
[-] class-collector.php
[edit]
[-] courses-overview.php
[edit]
[-] interface-installable.php
[edit]
[+]
formatter
[-] class-my-yoast-route.php
[edit]
[-] class-admin-help-panel.php
[edit]
[-] class-social-admin.php
[edit]
[+]
recalculate
[-] ajax.php
[edit]
[-] class-schema-person-upgrade-notification.php
[edit]
[-] class-option-tabs-formatter.php
[edit]
[-] class-admin-asset-seo-location.php
[edit]
[+]
menu
[-] class-admin-asset-yoast-components-l10n.php
[edit]
[+]
endpoints
[-] class-my-yoast-proxy.php
[edit]
[+]
capabilities
[+]
filters
[-] class-admin-init.php
[edit]
[-] class-option-tabs.php
[edit]
[-] class-meta-columns.php
[edit]
[-] class-primary-term-admin.php
[edit]
[+]
views
[+]
taxonomy
[-] class-yoast-columns.php
[edit]
[-] class-admin-editor-specific-replace-vars.php
[edit]
[+]
import
[+]
watchers
[-] class-admin-recommended-replace-vars.php
[edit]
[-] class-admin-user-profile.php
[edit]
[-] class-yoast-network-settings-api.php
[edit]
[-] class-add-keyword-modal.php
[edit]
[-] class-meta-table-accessible.php
[edit]
[-] class-suggested-plugins.php
[edit]
[-] class-plugin-conflict.php
[edit]
[-] class-extension.php
[edit]
[+]
ajax
[-] class-config.php
[edit]
[-] class-yoast-plugin-conflict.php
[edit]
[+]
listeners
[-] class-yoast-notification.php
[edit]
[+]
pages
[+]
tracking
[-] class-premium-upsell-admin-block.php
[edit]
[-] class-admin-asset-location.php
[edit]
[-] class-option-tab.php
[edit]
[-] class-customizer.php
[edit]
[+]
roles
[-] class-bulk-editor-list-table.php
[edit]
[-] class-admin-asset-analysis-worker-location.php
[edit]
[-] class-admin.php
[edit]
[-] class-license-page-manager.php
[edit]