PATH:
home
/
letacommog
/
rachat-or-bourgenbresse
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
helpers
<?php namespace Yoast\WP\SEO\Helpers; use WPSEO_Utils; /** * A helper object for the Yoast products. */ class Product_Helper { /** * Get the product name in the head section. * * @return string */ public function get_name() { if ( $this->is_premium() ) { return 'Yoast SEO Premium plugin'; } return 'Yoast SEO plugin'; } /** * Checks if the installed version is Yoast SEO Premium. * * @codeCoverageIgnore It just wraps a static method. * * @return bool True when is premium. */ public function is_premium() { return WPSEO_Utils::is_yoast_seo_premium(); } }
[+]
..
[-] language-helper.php
[edit]
[-] author-archive-helper.php
[edit]
[-] meta-helper.php
[edit]
[-] redirect-helper.php
[edit]
[+]
schema
[-] current-page-helper.php
[edit]
[-] date-helper.php
[edit]
[-] indexable-helper.php
[edit]
[-] environment-helper.php
[edit]
[-] home-url-helper.php
[edit]
[-] url-helper.php
[edit]
[-] robots-helper.php
[edit]
[+]
open-graph
[-] user-helper.php
[edit]
[-] image-helper.php
[edit]
[-] blocks-helper.php
[edit]
[-] product-helper.php
[edit]
[+]
twitter
[-] short-link-helper.php
[edit]
[-] options-helper.php
[edit]
[-] post-type-helper.php
[edit]
[-] string-helper.php
[edit]
[-] post-helper.php
[edit]
[-] site-helper.php
[edit]
[-] pagination-helper.php
[edit]
[-] notification-helper.php
[edit]
[-] taxonomy-helper.php
[edit]
[-] .htaccess
[edit]
[-] permalink-helper.php
[edit]
[-] capability-helper.php
[edit]
[-] woocommerce-helper.php
[edit]
[+]
helpers
[-] primary-term-helper.php
[edit]