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 site options. */ class Site_Helper { /** * Retrieves the site name. * * @return string */ public function get_site_name() { return wp_strip_all_tags( get_bloginfo( 'name' ), true ); } /** * Checks if the current installation is a multisite and there has been a switch * between the set multisites. * * @codeCoverageIgnore It wraps WordPress functions. * * @return bool True when there was a switch between the multisites. */ public function is_multisite_and_switched() { return \is_multisite() && \ms_is_switched(); } }
[+]
..
[-] 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]