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.5.9.3

do_action('wpcf7_admin_notices') is found 3 times:

  • /admin/admin.php line 427
    	);
    
    	wpcf7_welcome_panel();
    
    	do_action( 'wpcf7_admin_notices',
    		'wpcf7', wpcf7_current_action(), null
    	);
    ?>
    
    <form method="get" action="">
    	<input type="hidden" name="page" value="<?php echo esc_attr( $_REQUEST&#91;'page'&#93; ); ?>" />
    
  • /admin/admin.php line 504
    	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 = $_REQUEST['message'] ?? '';
    		$service->admin_notice( $message );
    
  • /admin/edit-contact-form.php line 62
    		wpcf7_current_action(),
    		$post
    	);
    
    	do_action( 'wpcf7_admin_notices',
    		$post->initial() ? 'wpcf7-new' : 'wpcf7',
    		wpcf7_current_action(),
    		$post
    	);
    ?>
    
    

See this hook used in plugins: