Archive | /wp-includes/shortcodes.php RSS feed for this section

strip_shortcode_tag

strip_shortcode_tag in /wp-includes/shortcodes.php

17077

Continue reading

shortcode_parse_atts

Retrieve all attributes from the shortcodes tag.The attributes list has the attribute name as the key and the value of the attribute as the value in the key/value pair. This allows for easier retrieval of the attributes, since all attributes have to be known.

2863

Continue reading

shortcode_atts

Combine user attributes with known attributes and fill in defaults when needed.The pairs should be considered to be all of the attributes which are supported by the caller and given as a list. The returned attributes will only contain the attributes in the $pairs list.

2861

Continue reading