12 results found for “shortcodes”. Showing results 1 to 12.
-
functionapply_shortcodes()
Searches content for shortcodes and filter shortcodes through their hooks.
-
functionstrip_shortcodes()
Removes all shortcode tags from the given content.
-
functionremove_all_shortcodes()
Clears all shortcodes.
-
Filters the list of shortcodes not to texturize.
-
Filters the list of shortcode tags to remove from the content.
-
functiondo_shortcodes_in_html_tags()
Searches only inside HTML elements for shortcodes and process them.
-
functionunescape_invalid_shortcodes()
Removes placeholders added by do_shortcodes_in_html_tags().
-
functiondo_shortcode()
Searches content for shortcodes and filter shortcodes through their hooks.
-
functionshortcode_unautop()
Don’t auto-p wrap shortcodes that stand alone.
-
functionget_shortcode_regex()
Retrieves the shortcode regular expression for searching.
-
functionshortcode_parse_atts()
Retrieves all attributes from the shortcodes tag.