PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
config-ui
/
fields
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\ConfigurationUI */ /** * Class WPSEO_Config_Field_Upsell_Site_Review. */ class WPSEO_Config_Field_Upsell_Site_Review extends WPSEO_Config_Field { /** * HTML tags allowed in the upsell site review text. * * @var array */ private $allowed_html = [ 'a' => [ 'href' => [], 'target' => [ '_blank' ], ], ]; /** * WPSEO_Config_Field_Upsell_Site_Review constructor. */ public function __construct() { parent::__construct( 'upsellSiteReview', 'HTML' ); $upsell_text = sprintf( /* translators: %1$s will be a link to a review explanation page. Text between %2$s and %3$s will be a link to an SEO copywriting course page. */ __( 'If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!', 'wordpress-seo' ), '<a href="' . WPSEO_Shortlinker::get( 'https://yoa.st/yoastseotraining' ) . '" target="_blank">Yoast SEO for WordPress training</a>', '<a href="' . WPSEO_Shortlinker::get( 'https://yoa.st/configuration-wizard-copywrite-course-link' ) . '" target="_blank">', '</a>' ); $html = '<p>' . wp_kses( $upsell_text, $this->allowed_html ) . '</p>'; $this->set_property( 'html', $html ); } }
[+]
..
[-] class-field-upsell-configuration-service.php
[edit]
[-] class-field.php
[edit]
[-] class-field-choice-post-type.php
[edit]
[-] class-field-profile-url-instagram.php
[edit]
[-] class-field-profile-url-myspace.php
[edit]
[-] class-field-choice.php
[edit]
[-] class-field-company-info-missing.php
[edit]
[-] class-field-profile-url-pinterest.php
[edit]
[-] class-field-multiple-authors.php
[edit]
[-] class-field-profile-url-youtube.php
[edit]
[-] class-field-company-or-person.php
[edit]
[-] class-field-suggestions.php
[edit]
[-] class-field-profile-url-facebook.php
[edit]
[-] class-field-profile-url-twitter.php
[edit]
[-] class-field-post-type-visibility.php
[edit]
[-] class-field-profile-url-linkedin.php
[edit]
[-] class-field-title-intro.php
[edit]
[-] class-field-company-name.php
[edit]
[-] class-field-person.php
[edit]
[-] class-field-profile-url-wikipedia.php
[edit]
[-] class-field-success-message.php
[edit]
[-] class-field-separator.php
[edit]
[-] class-field-upsell-site-review.php
[edit]
[-] class-field-site-type.php
[edit]
[-] class-field-site-name.php
[edit]
[-] class-field-mailchimp-signup.php
[edit]
[-] class-field-environment.php
[edit]
[-] class-field-company-logo.php
[edit]