Functions/plugin header

The plugin_header() function fires a hook that allows plugins to add content to the page header. plugin_header() should be placed inside the <head> in your theme's header.php.

Usage

<?php plugin_header(); ?>

Arguments

This function takes no arguments.

Hooks

This function fires the public_theme_header hook.