doing_it_wrong_run

doing_it_wrong_run

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('doing_it_wrong_run') is found 1 times:

  • /wp-includes/functions.php line 5971
    	 * @param string $function_name The function that was called.
    	 * @param string $message       A message explaining what has been done incorrectly.
    	 * @param string $version       The version of WordPress where the message was added.
    	 */
    	do_action( 'doing_it_wrong_run', $function_name, $message, $version );
    
    	/**
    	 * Filters whether to trigger an error for _doing_it_wrong() calls.
    	 *
    	 * @since 3.1.0
    	 * @since 5.1.0 Added the $function_name, $message and $version parameters.