__( 'Title', 'woocommerce-jetpack' ), 'id' => 'title', 'default' => '', // __( 'Left to Free Shipping', 'woocommerce-jetpack' ), 'type' => 'text', 'class' => 'widefat', ), array( 'title' => __( 'Content', 'woocommerce-jetpack' ), 'id' => 'content', 'default' => __( '%left_to_free% left to free shipping', 'woocommerce-jetpack' ), 'type' => 'text', 'class' => 'widefat', ), ); } } endif; if ( ! function_exists( 'register_wcj_widget_left_to_free_shipping' ) ) { /** * Register WCJ_Widget_Left_to_Free_Shipping widget. */ function register_wcj_widget_left_to_free_shipping() { register_widget( 'WCJ_Widget_Left_to_Free_Shipping' ); } } add_action( 'widgets_init', 'register_wcj_widget_left_to_free_shipping' );