Changeset 48197 for trunk/src/wp-includes/bookmark.php
- Timestamp:
- 06/28/2020 11:47:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark.php
r48104 r48197 17 17 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to 18 18 * an stdClass object, an associative array, or a numeric array, respectively. Default OBJECT. 19 * @param string $filter Optional , default is'raw'.19 * @param string $filter Optional. How to sanitize bookmark fields. Default 'raw'. 20 20 * @return array|object|null Type returned depends on $output value. 21 21 */
Note: See TracChangeset
for help on using the changeset viewer.