Changeset 49693 for trunk/src/wp-includes/post-formats.php
- Timestamp:
- 11/24/2020 09:25:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-formats.php
r49544 r49693 42 42 * @since 3.1.0 43 43 * 44 * @param string| array$format Optional. The format or formats to check.44 * @param string|string[] $format Optional. The format or formats to check. 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.