tag_escape

tag_escape

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('tag_escape') is found 1 times:

  • /wp-includes/formatting.php line 4793
    4789
    4790
    4791
    4792
    4793
    4794
    4795
    4796
    4797
    4798
    4799
         *
         * @param string $safe_tag The tag name after it has been escaped.
         * @param string $tag_name The text before it was escaped.
         */
        return apply_filters( 'tag_escape', $safe_tag, $tag_name );
    }
     
    /**
     * Converts full URL paths to absolute paths.
     *
     * Removes the http or https protocols and the domain. Keeps the path '/' at the