Changeset 55893 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 06/08/2023 07:52:58 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r55753 r55893 168 168 * @param string $hook_name The name of the filter hook. 169 169 * @param mixed $value The value to filter. 170 * @param mixed ...$args Additional parameters to pass to the callback functions.170 * @param mixed ...$args Optional. Additional parameters to pass to the callback functions. 171 171 * @return mixed The filtered value after all hooked functions are applied to it. 172 172 */
Note: See TracChangeset
for help on using the changeset viewer.