wpcf7_after_save

wpcf7_after_save

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

do_action('wpcf7_after_save') is found 1 times:

  • /includes/contact-form.php line 1292
    			} else {
    				do_action( 'wpcf7_after_update', $this );
    			}
    
    			do_action( 'wpcf7_after_save', $this );
    		}
    
    		return $post_id;
    	}