deprecated_function_run, $function_name, $replacement, $version
deprecated_function_run, $function_name, $replacement, $version
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('deprecated_function_run, $function_name, $replacement, $version') is found 1 times:
- /wp-includes/functions.php line 5564
* @param string $function_name The function that was called. * @param string $replacement The function that should have been called. * @param string $version The version of WordPress that deprecated the function. */ do_action( 'deprecated_function_run', $function_name, $replacement, $version ); /** * Filters whether to trigger an error for deprecated functions. * * @since 2.5.0 *