wpcf7_copy

wpcf7_copy

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_copy') is found 1 times:

  • /includes/contact-form.php line 1310
    		$new->title = $this->title . '_copy';
    		$new->locale = $this->locale;
    		$new->properties = $this->properties;
    
    		return apply_filters( 'wpcf7_copy', $new, $this );
    	}
    
    
    	/**
    	 * Deletes this contact form.
    	 */