wooblueprint_export_landingpage
wooblueprint_export_landingpage
Appears in: woocommerce.9.3.1
Hook Type: filter
Displaying hooks found in version: woocommerce.9.3.1apply_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(); /**