__( 'Add Album widget on your page. Make it even better.', 'wap' ), ) ); } public function widget( $args, $instance ) { // before and after widget arguments are defined by themes echo $args['before_widget']; if( isset( $instance['product_id'] ) ){ echo do_shortcode( '[wap_album product_id="'. $instance['product_id'] .'"]' ); } echo $args['after_widget']; } public function form( $instance ) { $products = wc_get_products( array( 'limit' => -1, 'type' => array( 'variable_album', 'album' ) ) ); ?>