opml_head
Fires in the OPML header.
Usage
add_action( 'opml_head', 'wp_kama_opml_head_action' );
/**
* Function for `opml_head` action-hook.
*
* @return void
*/
function wp_kama_opml_head_action(){
// action...
}Changelog
| Since 3.0.0 | Introduced. |
Where the hook is called
In file: /wp-links-opml.php
wp-links-opml.php 43
do_action( 'opml_head' );
Where the hook is used in WordPress
wp-includes/default-filters.php 398
add_action( $action, 'the_generator' );