Uses
| Uses | Description |
|---|---|
| wp-includes/plugin.php: has_filter() | Check if any filter has been registered for a hook. |
| wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
| wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |