PATH:
home
/
letacommog
/
morandas1
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
config-ui
/
fields
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Configurator */ /** * Class WPSEO_Config_Field_Company_Info_Missing. */ class WPSEO_Config_Field_Company_Info_Missing extends WPSEO_Config_Field { /** * WPSEO_Config_Field_Company_Info_Missing constructor. * * @codeCoverageIgnore This is only using WPSEO_Config_Field and WPSEO_Utils functionality. */ public function __construct() { parent::__construct( 'publishingEntityCompanyInfo', 'CompanyInfoMissing' ); $l10n_data = WPSEO_Language_Utils::get_knowledge_graph_company_info_missing_l10n(); $this->set_property( 'message', $l10n_data['message'] ); $this->set_property( 'link', $l10n_data['URL'] ); $this->set_requires( 'publishingEntityType', 'company' ); } }
[+]
..
[-] class-field-upsell-configuration-service.php
[edit]
[-] class-field-profile-url-youtube.php
[edit]
[-] class-field-mailchimp-signup.php
[edit]
[-] class-field-profile-url-instagram.php
[edit]
[-] class-field-profile-url-pinterest.php
[edit]
[-] class-field-company-or-person.php
[edit]
[-] class-field-profile-url-twitter.php
[edit]
[-] class-field-upsell-site-review.php
[edit]
[-] class-field-suggestions.php
[edit]
[-] class-field.php
[edit]
[-] class-field-profile-url-linkedin.php
[edit]
[-] class-field-post-type-visibility.php
[edit]
[-] class-field-profile-url-myspace.php
[edit]
[-] class-field-choice.php
[edit]
[-] class-field-company-logo.php
[edit]
[-] class-field-title-intro.php
[edit]
[-] class-field-success-message.php
[edit]
[-] class-field-profile-url-facebook.php
[edit]
[-] class-field-profile-url-wikipedia.php
[edit]
[-] class-field-person.php
[edit]
[-] class-field-multiple-authors.php
[edit]
[-] class-field-separator.php
[edit]
[-] class-field-site-name.php
[edit]
[-] class-field-site-type.php
[edit]
[-] class-field-choice-post-type.php
[edit]
[-] class-field-company-info-missing.php
[edit]
[-] class-field-environment.php
[edit]
[-] class-field-company-name.php
[edit]