WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about extra_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 6639 /**
* Filters extra file headers by context.
*
* The dynamic portion of the hook name, `$context`, refers to
* the context where extra headers might be loaded.
*
* @since 2.9.0
*
* @param array $extra_context_headers Empty array by default.
*/

Hook Parameters

Parameter Type Name Description
array $extra_context_headers Empty array by default.