Summery Summery
Fire the wp_head action.
Syntax Syntax
Description Description
See ‘wp_head’.
Source Source
File: wp-includes/general-template.php
if ( ! $post ) { return false; } $source = ( $gmt ) ? 'gmt' : 'local'; $datetime = get_post_datetime( $post, 'modified', $source );
Advertisement
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |