WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about extra_theme_headers

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/deprecated.php apply_filters 3085 /**
* Retrieve theme data from parsed theme file.
*
* @since 1.5.0
* @deprecated 3.4.0 Use wp_get_theme()
* @see wp_get_theme()
*
* @param string $theme_file Theme file path.
* @return array Theme data.
*/

Hook Parameters

Parameter Type Name Description
string $theme_file Theme file path.