Archive | Functions by letter a RSS feed for this section

add_action

Hooks a function on to a specific action.Actions are the hooks that the WordPress core launches at specific points during execution, or when specific events occur. Plugins can specify that one or more of its PHP functions are executed at these points, using the Action API.

209

Continue reading

addslashes_gpc

Adds slashes to escape strings.Slashes will first be removed if magic_quotes_gpc is set, see http://www.php.net/magic_quotes for more details.

207

Continue reading

activate_plugins

Activate multiple plugins.When WP_Error is returned, it does not mean that one of the plugins had errors. It means that one or more of the plugins file path was invalid.

203

Continue reading

activate_plugin

Attempts activation of plugin in a “sandbox” and redirects on success.A plugin that is already activated will not attempt to be activated again.

201

Continue reading