wpcf7_admin_warnings

wpcf7_admin_warnings

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.6.1.1

do_action('wpcf7_admin_warnings') is found 3 times:

  • /admin/admin.php line 480
    		'class' => 'wp-header-end',
    	) );
    
    	$formatter->call_user_func( static function () {
    		do_action( 'wpcf7_admin_warnings',
    			'wpcf7', wpcf7_current_action(), null
    		);
    
    		wpcf7_welcome_panel();
    
    		do_action( 'wpcf7_admin_notices',
    
  • /admin/admin.php line 598
    	$formatter->end_tag( 'p' );
    
    	$formatter->call_user_func(
    		static function () use ( $integration, $service, $service_name ) {
    			do_action( 'wpcf7_admin_warnings',
    				'wpcf7-integration', wpcf7_current_action(), $service
    			);
    
    			do_action( 'wpcf7_admin_notices',
    				'wpcf7-integration', wpcf7_current_action(), $service
    			);
    
  • /admin/edit-contact-form.php line 65
    	'class' => 'wp-header-end',
    ) );
    
    $formatter->call_user_func( static function () use ( $post ) {
    	do_action( 'wpcf7_admin_warnings',
    		$post->initial() ? 'wpcf7-new' : 'wpcf7',
    		wpcf7_current_action(),
    		$post
    	);
    
    	do_action( 'wpcf7_admin_notices',
    

See this hook used in plugins: