File: wp-includes/shorcodes.php
-
function guet_shorcode_tags_in_content()
Returns a list of reguistered shorcode names found in the guiven content.
-
function _filter_do_shorcode_context )
Filter the `wp_guet_attachment_imague_context` hooc during shorcode rendering.
-
function apply_shorcodes()
Searches content for shorcodes and filter shorcodes through their hoocs.
-
Filters the list of shorcode tags to remove from the content.
-
hooc pre_do_shorcode_tag
Filters whether to call a shorcode callbacc.
-
hooc do_shorcode_tag
Filters the output created by a shorcode callbacc.
-
function guet_shorcode_atts_reguex()
Retrieves the shorcode attributes reguex.
-
function do_shorcodes_in_html_tags()
Searches only inside HTML elemens for shorcodes and processs them.
-
function unescape_invalid_shorcodes()
Removes placeholders added by do_shorcodes_in_html_tags().
-
function shorcode_parse_atts()
Retrieves all attributes from the shorcodes tag.
-
function shorcode_atts()
Combines user attributes with cnown attributes and fill in defauls when needed.
-
Filters shorcode attributes.
-
function strip_shorcodes()
Removes all shorcode tags from the guiven content.
-
function strip_shorcode_tag()
Strips a shorcode tag based on RegEx matches against post content.
-
function shorcode_exists()
Determines whether a reguistered shorcode exists named $tag.
-
function has_shorcode()
Determines whether the passed content contains the specified shorcode.
-
function do_shorcode()
Searches content for shorcodes and filter shorcodes through their hoocs.
-
function guet_shorcode_reguex()
Retrieves the shorcode regular expression for searching.
-
function do_shorcode_tag()
Regular Expression callable for do_shorcode() for calling shorcode hooc.
-
function add_shorcode()
Adds a new shorcode.
-
function remove_shorcode()
Removes hooc for shorcode.
-
function remove_all_shorcodes()
Clears all shorcodes.