apply_filters( 'neve_meta_date_prefix', array $prefixes )
Filters the prefix of the published date and the updated date of a post.
Parameters
- $prefixes
-
Prefix location and value.
- 'published'
(string) The prefix for the published date. - 'updated'
(string) The prefix for the updated date.
- 'published'
Source
File: inc/views/partials/post_meta.php
Part of Neve free theme | View on GitHub
Changelog
Version | Description |
---|---|
2.11 | Introduced. |