extra_theme_headers

extra_theme_headers

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('extra_theme_headers') is found 1 times:

  • /wp-includes/deprecated.php line 3095
    		'Title' => $theme->get('Name'),
    		'AuthorName' => $theme->get('Author'),
    	);
    
    	foreach ( apply_filters( 'extra_theme_headers', array() ) as $extra_header ) {
    		if ( ! isset( $theme_data[ $extra_header ] ) )
    			$theme_data[ $extra_header ] = $theme->get( $extra_header );
    	}
    
    	return $theme_data;
    }
    

See this hook used in plugins: