WordPress File wp-includes/plugin.php

do_action()

Calls the callback functions that have been added to an action hook.

do_action_ref_array()

Calls the callback functions that have been added to an action hook, specifying arguments in an array.

doing_action()

Returns whether or not an action hook is currently being processed.

doing_filter()

Returns whether or not a filter hook is currently being processed.

has_action()

Checks if any action has been registered for a hook.

has_filter()

Checks if any filter has been registered for a hook.

plugin_dir_path()

Get the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in.

plugin_dir_url()

Get the URL directory path (with trailing slash) for the plugin __FILE__ passed in.