Changeset 58962 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/01/2024 06:28:22 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r58849 r58962 2608 2608 * The value of the meta field if `$single` is true. 2609 2609 * False for an invalid `$post_id` (non-numeric, zero, or negative value). 2610 * An empty string if a valid but non-existing post ID is passed. 2610 * An empty array if a valid but non-existing post ID is passed and `$single` is false. 2611 * An empty string if a valid but non-existing post ID is passed and `$single` is true. 2611 2612 */ 2612 2613 function get_post_meta( $post_id, $key = '', $single = false ) {
Note: See TracChangeset
for help on using the changeset viewer.