- Timestamp:
- 07/01/2020 01:50:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/entry-header.php
r47122 r48264 21 21 22 22 <?php 23 24 25 26 27 28 29 23 /** 24 * Allow child themes and plugins to filter the display of the categories in the entry header. 25 * 26 * @since Twenty Twenty 1.0 27 * 28 * @param bool Whether to show the categories in header, Default true. 29 */ 30 30 $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true ); 31 31
Note: See TracChangeset
for help on using the changeset viewer.