Archive | Functions by letter s RSS feed for this section

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

set_user_setting

Add 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

set_transient

Set/update the value of a transient.You do not need to serialize values. If the value needs to be serialized, then it will be serialized before it is set.

2857

Continue reading