PATH:
home
/
letacommog
/
rachat-or-bourgenbresse
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
helpers
<?php namespace Yoast\WP\SEO\Helpers; /** * A helper object for string operations. */ class String_Helper { /** * Strips all HTML tags including script and style. * * @param string $string The string to strip the tags from. * * @codeCoverageIgnore It only wraps a WordPress function. * * @return string The processed string. */ public function strip_all_tags( $string ) { return \wp_strip_all_tags( $string ); } }
[+]
..
[-] 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]