__( 'Go Pricing', 'go_pricing_textdomain' ), 'description' => __( 'Amazing responsive pricing tables', 'go_pricing_textdomain' ), 'base' => 'go_pricing', 'category' => __( 'Content', 'go_pricing_textdomain' ), 'class' => '', 'controls' => 'full', 'icon' => plugin_dir_url( __FILE__ ) . 'assets/go_pricing_32x32.png', 'params' => array( array( 'type' => 'dropdown', 'heading' => __( 'Table Name', 'go_pricing_textdomain' ), 'param_name' => 'id', 'value' => $dropdown_data, 'description' => __( 'Select Pricing Table', 'go_pricing_textdomain' ), 'admin_label' => true, 'save_always' => true ) ) ) ); } }