wpcf7_admin_notices

wpcf7_admin_notices

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_notices') is found 3 times:

  • /admin/admin.php line 486
    		);
    
    		wpcf7_welcome_panel();
    
    		do_action( 'wpcf7_admin_notices',
    			'wpcf7', wpcf7_current_action(), null
    		);
    	} );
    
    	$formatter->append_start_tag( 'form', array(
    		'method' => 'get',
    
  • /admin/admin.php line 602
    			do_action( 'wpcf7_admin_warnings',
    				'wpcf7-integration', wpcf7_current_action(), $service
    			);
    
    			do_action( 'wpcf7_admin_notices',
    				'wpcf7-integration', wpcf7_current_action(), $service
    			);
    
    			if ( $service ) {
    				$message = wpcf7_superglobal_request( 'message' );
    				$service->admin_notice( $message );
    
  • /admin/edit-contact-form.php line 71
    		wpcf7_current_action(),
    		$post
    	);
    
    	do_action( 'wpcf7_admin_notices',
    		$post->initial() ? 'wpcf7-new' : 'wpcf7',
    		wpcf7_current_action(),
    		$post
    	);
    } );
    
    

See this hook used in plugins: