tag_escape

tag_escape

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('tag_escape') is found 1 times:

  • /wp-includes/formatting.php line 4819
    	 *
    	 * @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