Archive | Functions by letter r RSS feed for this section

remove_action

Removes a function from a specified action hook.This function removes a function attached to a specified action hook. This method can be used to remove default functions attached to a specific filter hook and possibly replace them with a substitute.

2701

Continue reading

remove_accents

Converts all accent characters to ASCII characters.If there are no accent characters, then the string given is just returned.

2699

Continue reading

register_widget_control

Registers widget control callback for customizing options.Allows $name to be an array that accepts either three elements to grab the first element and the third for the name or just uses the first element of the array for the name.

2695

Continue reading