Changeset 54208
- Timestamp:
- 09/19/2022 05:52:54 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r54066 r54208 561 561 * @param string[] $class An array of additional class names added to the post. 562 562 */ 563 $taxonomies = apply_filters( ' wp_post_class_taxonomies', $taxonomies, $post->ID, $classes, $class );563 $taxonomies = apply_filters( 'post_class_taxonomies', $taxonomies, $post->ID, $classes, $class ); 564 564 565 565 foreach ( (array) $taxonomies as $taxonomy ) {
Note: See TracChangeset
for help on using the changeset viewer.