Changeset 60258
- Timestamp:
- 05/27/2025 03:51:39 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r60179 r60258 360 360 * @global string[] $wp_current_filter Stores the list of current filters with the current one last 361 361 * 362 * @return string Hook name of the current filter.362 * @return string|false Hook name of the current filter, false if no filter is running. 363 363 */ 364 364 function current_filter() { … … 633 633 * @since 3.9.0 634 634 * 635 * @return string Hook name of the current action.635 * @return string|false Hook name of the current action, false if no action is running. 636 636 */ 637 637 function current_action() {
Note: See TracChangeset for help on using the changeset viewer.