esc_attr__( 'Checkout Form', 'fusion-builder' ), 'shortcode' => 'fusion_woo_checkout_form', 'hide_from_builder' => true, 'help_url' => '', 'params' => [ [ 'type' => 'textfield', 'heading' => '', 'description' => '', 'param_name' => 'checkout_form_content', 'value' => '', ], ], ] ); } add_action( 'fusion_builder_before_init', 'fusion_builder_element_checkout_form' );