ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/shortcodes.php

_filter_do_shortcode_context()

Function: Filter the `wp_get_attachment_image_context` hook during shortcode rendering.

Source: wp-includes/shortcodes.php:297

Used by 0 functions | Uses 0 functions

apply_shortcodes()

Function: Searches content for shortcodes and filter shortcodes through their hooks.

Source: wp-includes/shortcodes.php:223

Used by 0 functions | Uses 0 functions

get_shortcode_tags_in_content()

Function: Returns a list of registered shortcode names found in the given content.

Source: wp-includes/shortcodes.php:184

Used by 0 functions | Uses 0 functions

get_shortcode_atts_regex()

Function: Retrieves the shortcode attributes regex.

Source: wp-includes/shortcodes.php:577

Used by 0 functions | Uses 0 functions

shortcode_parse_atts()

Function: Retrieves all attributes from the shortcodes tag.

Source: wp-includes/shortcodes.php:596

Used by 0 functions | Uses 0 functions

shortcode_atts()

Function: Combines user attributes with known attributes and fill in defaults when needed.

Source: wp-includes/shortcodes.php:649

Used by 0 functions | Uses 0 functions

shortcode_atts_{$shortcode}

Filter Hook: Filters shortcode attributes.

Source: wp-includes/shortcodes.php:675

Used by 0 functions | Uses 0 functions

strip_shortcodes()

Function: Removes all shortcode tags from the given content.

Source: wp-includes/shortcodes.php:691

Used by 0 functions | Uses 0 functions

strip_shortcodes_tagnames

Filter Hook: Filters the list of shortcode tags to remove from the content.

Source: wp-includes/shortcodes.php:715

Used by 0 functions | Uses 0 functions

strip_shortcode_tag()

Function: Strips a shortcode tag based on RegEx matches against post content.

Source: wp-includes/shortcodes.php:742

Used by 0 functions | Uses 0 functions
1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy