show_blog_form in /wp-signup.php
2867
Continue readingDon’t auto-p wrap shortcodes that stand aloneEnsures that shortcodes are not wrapped in
…
.
2865
Continue readingRetrieve 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 readingCombine 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 readingAdd or update user interface setting.Both $name and $value can contain only ASCII letters, numbers and underscores. This function has to be used before any output has started as it calls setcookie().
2859
Continue reading