Changeset 54267 for trunk/src/wp-includes/option.php
- Timestamp:
- 09/20/2022 08:30:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r54145 r54267 343 343 * 344 344 * @since 3.0.0 345 * @since 6.1.0 Uses update_meta_cache345 * @since 6.1.0 Now uses update_meta_cache(). 346 346 * 347 347 * @param int $network_id Optional site ID for which to query the options. Defaults to the current site. … … 1807 1807 * The dynamic portion of the hook name, `$transient`, refers to the transient name. 1808 1808 * 1809 * Returning a truthy value from the filter will effectively short-circuit retrieval1810 * and return the passedvalue instead.1809 * Returning a value other than boolean false will short-circuit retrieval and 1810 * return that value instead. 1811 1811 * 1812 1812 * @since 2.9.0
Note: See TracChangeset
for help on using the changeset viewer.