PATH:
home
/
letacommog
/
lesfinessaveurs
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
config-ui
/
fields
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\ConfigurationUI */ /** * Class WPSEO_Config_Field_Upsell_Configuration_Service */ class WPSEO_Config_Field_Upsell_Configuration_Service extends WPSEO_Config_Field { /** * WPSEO_Config_Field_Upsell_Configuration_Service constructor. */ public function __construct() { parent::__construct( 'upsellConfigurationService', 'HTML' ); $intro_text = sprintf( /* translators: %1$s expands to Yoast SEO. */ __( 'Welcome to the %1$s configuration wizard. In a few simple steps we\'ll help you configure your SEO settings to match your website\'s needs!', 'wordpress-seo' ), 'Yoast SEO' ); $upsell_text = sprintf( /* Translators: %1$s expands to Yoast SEO, %2$s expands to Yoast SEO Premium, %3$s opens the link, %4$s closes the link. */ __( 'While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!', 'wordpress-seo' ), 'Yoast SEO', 'Yoast SEO Premium', '<a target="_blank" href="' . WPSEO_Shortlinker::get( 'https://yoa.st/configuration-package' ) . '">', '</a>' ); $html = '<p>' . esc_html( $intro_text ) . '</p>'; $html .= '<p><em>' . wp_kses( $upsell_text, array( 'a' => array( 'target' => array( '_blank' ), 'href' => array(), ), ) ) . '</em></p>'; $this->set_property( 'html', $html ); } }
[+]
..
[-] class-field-choice-post-type.php
[edit]
[-] class-field-google-search-console-intro.php
[edit]
[-] class-field-profile-url-googleplus.php
[edit]
[-] class-field-multiple-authors.php
[edit]
[-] class-field-connect-google-search-console.php
[edit]
[-] class-field-environment.php
[edit]
[-] class-field-title-intro.php
[edit]
[-] class-field-configuration-choices.php
[edit]
[-] class-field-company-or-person.php
[edit]
[-] class-field-social-profiles-intro.php
[edit]
[-] class-field-success-message.php
[edit]
[-] class-field-profile-url-linkedin.php
[edit]
[-] class-field-post-type-visibility.php
[edit]
[-] class-field-separator.php
[edit]
[-] class-field-upsell-site-review.php
[edit]
[-] class-field-suggestions.php
[edit]
[-] class-field-profile-url-facebook.php
[edit]
[-] class-field-company-name.php
[edit]
[-] class-field-profile-url-myspace.php
[edit]
[-] class-field-person-name.php
[edit]
[-] class-field-site-type.php
[edit]
[-] class-field-site-name.php
[edit]
[-] class-field-profile-url-pinterest.php
[edit]
[-] class-field-profile-url-youtube.php
[edit]
[-] class-field-choice.php
[edit]
[-] class-field-profile-url-instagram.php
[edit]
[-] class-field-mailchimp-signup.php
[edit]
[-] class-field-profile-url-twitter.php
[edit]
[-] class-field.php
[edit]
[-] class-field-upsell-configuration-service.php
[edit]
[-] class-field-company-logo.php
[edit]