Filter hook 'extra_theme_headers'

in WP Core File wp-includes/deprecated.php at line 3095

Description

Retrieve theme data from parsed theme file.

Occurrences

Filename Line Number
wp-includes/deprecated.php 3095

Parameters

Type Name Description
string $theme_file Theme file path.

PHP Doc

/**
 * 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.
 */