wp-includes/plugin.php:730apply_filters_deprecated()wp-includes/plugin.php:757do_action_deprecated() if ( ! has_filter( $hook_name ) ) { return $args[0]; } _deprecated_hook( $hook_name, $version, $replacement, $message ); return apply_filters_ref_array( $hook_name, $args );} /** * Fires functions attached to a deprecated action hook. * * When an action hook is deprecated, the do_action() call is replaced withUnchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.