wpcf7_swv_create_schema

wpcf7_swv_create_schema

Hook Type: action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

do_action('wpcf7_swv_create_schema') is found 1 times:

  • /includes/swv/schema-holder.php line 22
    		$schema = new WPCF7_SWV_Schema( array(
    			'locale' => isset( $this->locale ) ? $this->locale : '',
    		) );
    
    		do_action( 'wpcf7_swv_create_schema', $schema, $this );
    
    		return $this->schema = $schema;
    	}
    
    
    	/**