Changeset 60621
- Timestamp:
- 08/09/2025 12:47:41 PM (25 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r60510 r60621 1181 1181 * @param string $context Optional. How to filter the field. Accepts 'raw', 'edit', 'db', 1182 1182 * or 'display'. Default 'display'. 1183 * @return stringThe value of the post field on success, empty string on failure.1183 * @return int|string|int[] The value of the post field on success, empty string on failure. 1184 1184 */ 1185 1185 function get_post_field( $field, $post = null, $context = 'display' ) {
Note: See TracChangeset
for help on using the changeset viewer.