Changeset 49929 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 01/04/2021 05:16:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r49928 r49929 133 133 * @param string $tag The name of the filter hook. 134 134 * @param callable|false $function_to_check Optional. The callback to check for. Default false. 135 * @return int|boolIf `$function_to_check` is omitted, returns boolean for whether the hook has135 * @return bool|int If `$function_to_check` is omitted, returns boolean for whether the hook has 136 136 * anything registered. When checking a specific function, the priority of that 137 137 * hook is returned, or false if the function is not attached. … … 566 566 * @param string $tag The name of the action hook. 567 567 * @param callable|false $function_to_check Optional. The callback to check for. Default false. 568 * @return int|boolIf `$function_to_check` is omitted, returns boolean for whether the hook has568 * @return bool|int If `$function_to_check` is omitted, returns boolean for whether the hook has 569 569 * anything registered. When checking a specific function, the priority of that 570 570 * hook is returned, or false if the function is not attached.
Note: See TracChangeset
for help on using the changeset viewer.