WordPress File wp-includes/plugin.php

_wp_call_all_hook()

Calls the ‘all’ hook, which will process the functions hooked into it.

apply_filters()

Calls the callback functions that have been added to a filter hook.

apply_filters_ref_array()

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

did_action()

Retrieves the number of times an action has been fired during the current request.