WP_Hook::do_action( array $args )
Calls the callback functions that have been added to an action hook.
Parameters
- $args
-
(Required) Parameters to pass to the callback functions.
Source
File: wp-includes/class-wp-hook.php
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |