wooblueprint_export_landingpage

wooblueprint_export_landingpage

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

apply_filters('wooblueprint_export_landingpage') is found 1 times:

  • /vendor/woocommerce/blueprint/src/ExportSchema.php line 46
    	 * @return array The exported schema array.
    	 */
    	public function export( $steps = array(), $zip = false ) {
    		$schema = array(
    			'landingPage' => $this->wp_apply_filters( 'wooblueprint_export_landingpage', '/' ),
    			'steps'       => array(),
    		);
    
    		$built_in_exporters = ( new BuiltInExporters() )->get_all();
    
    		/**