Uses
Uses | Description |
---|---|
wp-includes/functions.php: deprecated_hook_run | Fires when a deprecated hook is called. |
wp-includes/functions.php: deprecated_hook_trigger_error | Filters whether to trigger deprecated hook errors. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |