Changeset 48586 for trunk/src/wp-includes/bookmark.php
- Timestamp:
- 07/23/2020 07:59:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark.php
r48197 r48586 15 15 * 16 16 * @param int|stdClass $bookmark 17 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to 18 * an stdClass object, an associative array, or a numeric array, respectively. Default OBJECT. 19 * @param string $filter Optional. How to sanitize bookmark fields. Default 'raw'. 17 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond 18 * to an stdClass object, an associative array, or a numeric array, respectively. 19 * Default OBJECT. 20 * @param string $filter Optional. How to sanitize bookmark fields. Default 'raw'. 20 21 * @return array|object|null Type returned depends on $output value. 21 22 */ … … 69 70 * @since 2.3.0 70 71 * 71 * @param string $field The name of the data field to return72 * @param int $bookmark The bookmark ID to get field73 * @param string $context Optional. The context of how the field will be used.72 * @param string $field The name of the data field to return. 73 * @param int $bookmark The bookmark ID to get field. 74 * @param string $context Optional. The context of how the field will be used. 74 75 * @return string|WP_Error 75 76 */
Note: See TracChangeset
for help on using the changeset viewer.