ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/shortcodes.php

shortcode_atts_{$shortcode}

Filter Hook: Filters a shortcode’s default attributes.

Source: wp-includes/shortcodes.php:557

Used by 1 function | Uses 0 functions

strip_shortcodes()

Function: Remove all shortcode tags from the given content.

Source: wp-includes/shortcodes.php:573

Used by 1 function | Uses 5 functions

strip_shortcodes_tagnames

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

Source: wp-includes/shortcodes.php:596

Used by 1 function | Uses 0 functions

strip_shortcode_tag()

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

Source: wp-includes/shortcodes.php:623

Used by 0 functions | Uses 0 functions

get_shortcode_atts_regex()

Function: Retrieve the shortcode attributes regex.

Source: wp-includes/shortcodes.php:463

Used by 1 function | Uses 0 functions

shortcode_parse_atts()

Function: Retrieve all attributes from the shortcodes tag.

Source: wp-includes/shortcodes.php:482

Used by 4 functions | Uses 1 function

shortcode_atts()

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

Source: wp-includes/shortcodes.php:533

Used by 5 functions | Uses 2 functions

remove_all_shortcodes()

Function: Clear all shortcodes.

Source: wp-includes/shortcodes.php:108

Used by 1 function | Uses 0 functions

shortcode_exists()

Function: Whether a registered shortcode exists named $tag

Source: wp-includes/shortcodes.php:124

Used by 1 function | Uses 0 functions

has_shortcode()

Function: Whether the passed content contains the specified shortcode

Source: wp-includes/shortcodes.php:140

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