Changeset 55398 for trunk/src/wp-includes/post-formats.php
- Timestamp:
- 02/21/2023 04:37:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-formats.php
r49693 r55398 42 42 * @since 3.1.0 43 43 * 44 * @param string|string[] $format Optional. The format or formats to check. 44 * @param string|string[] $format Optional. The format or formats to check. Default empty array. 45 45 * @param WP_Post|int|null $post Optional. The post to check. Defaults to the current post in the loop. 46 46 * @return bool True if the post has any of the given formats (or any format, if no format specified),
Note: See TracChangeset
for help on using the changeset viewer.