Uses
Uses | Description |
---|---|
wp-includes/general-template.php: get_post_time() | Retrieve the time at which the post was written. |
wp-includes/general-template.php: get_the_date | Filters the date a post was published. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |