wpcf7_after_update

wpcf7_after_update

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_after_update') is found 1 times:

  • /includes/contact-form.php line 1289
    			if ( $this->initial() ) {
    				$this->id = $post_id;
    				do_action( 'wpcf7_after_create', $this );
    			} else {
    				do_action( 'wpcf7_after_update', $this );
    			}
    
    			do_action( 'wpcf7_after_save', $this );
    		}
    
    		return $post_id;
    

See this hook used in plugins: