Changeset 48310 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/05/2020 10:15:40 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r48214 r48310 7015 7015 * 7016 7016 * @param int|WP_Post $post Post ID or post object. Defaults to global $post. 7017 * @return int|false Post parent ID (which can be 0 if there is no parent), or false if the post does not exist. 7017 * @return int|false Post parent ID (which can be 0 if there is no parent), 7018 * or false if the post does not exist. 7018 7019 */ 7019 7020 function wp_get_post_parent_id( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.