Hook Functions
Core functions for registering and executing WordPress hooks. Source: wp-includes/plugin.php Filter Functions add_filter() Adds a callback function to a filter hook. add_filter( string $hook_name, callable $callback, int $priority = 10,...