add_meta_box( 'next-gen/upsell', __( 'Next-Gen Formats', 'wp-smushit' ) ); } /** * Whether the wizard should be displayed. * * @since 3.9.0 * * @return bool */ protected function is_wizard() { return false; } }