Changeset 58944
- Timestamp:
- 08/28/2024 02:34:54 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r58703 r58944 3 3 * Sets up the default filters and actions for most 4 4 * of the WordPress hooks. 5 * 6 * This file is loaded very early in the bootstrap which 7 * means many functions are not yet available and site 8 * information such as if this is multisite is unknown. 9 * Before using functions besides `add_filter` and 10 * `add_action`, verify things will work as expected. 5 11 * 6 12 * If you need to remove a default hook, this file will
Note: See TracChangeset
for help on using the changeset viewer.