Changeset 48910 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 08/31/2020 01:30:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r48880 r48910 2224 2224 * @since 2.8.0 2225 2225 * @since 3.6.0 Added the `$post` parameter. 2226 * @since 5.5.0 Also applied in the Customizer context. If any admin functions 2227 * are used within the filter, their existence should be checked 2228 * with `function_exists()` before being used. 2226 2229 * 2227 2230 * @param string[] $post_states An array of post display states.
Note: See TracChangeset
for help on using the changeset viewer.