ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/shortcodes.php
  • Page 2

remove_all_shortcodes()

Function: Clears all shortcodes.

Source: wp-includes/shortcodes.php:117

Used by 0 functions | Uses 0 functions

shortcode_exists()

Function: Determines whether a registered shortcode exists named $tag.

Source: wp-includes/shortcodes.php:133

Used by 0 functions | Uses 0 functions

has_shortcode()

Function: Determines whether the passed content contains the specified shortcode.

Source: wp-includes/shortcodes.php:149

Used by 0 functions | Uses 0 functions

do_shortcode()

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

Source: wp-includes/shortcodes.php:243

Used by 0 functions | Uses 0 functions

get_shortcode_regex()

Function: Retrieves the shortcode regular expression for searching.

Source: wp-includes/shortcodes.php:324

Used by 0 functions | Uses 0 functions

do_shortcode_tag()

Function: Regular Expression callable for do_shortcode() for calling shortcode hook.

Source: wp-includes/shortcodes.php:380

Used by 0 functions | Uses 0 functions

pre_do_shortcode_tag

Filter Hook: Filters whether to call a shortcode callback.

Source: wp-includes/shortcodes.php:414

Used by 0 functions | Uses 0 functions

do_shortcode_tag

Filter Hook: Filters the output created by a shortcode callback.

Source: wp-includes/shortcodes.php:433

Used by 0 functions | Uses 0 functions

do_shortcodes_in_html_tags()

Function: Searches only inside HTML elements for shortcodes and process them.

Source: wp-includes/shortcodes.php:451

Used by 0 functions | Uses 0 functions

unescape_invalid_shortcodes()

Function: Removes placeholders added by do_shortcodes_in_html_tags().

Source: wp-includes/shortcodes.php:558

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