static::get_type(), ] ); } protected static function get_editor_panel_categories() { $categories = parent::get_editor_panel_categories(); unset( $categories['theme-elements-single'] ); $categories = Utils::array_inject( $categories, 'theme-elements', [ 'woocommerce-elements-single' => [ 'title' => esc_html__( 'Product', 'elementor-pro' ), 'active' => false, ], ] ); return $categories; } protected function get_remote_library_config() { $config = parent::get_remote_library_config(); $config['category'] = 'single product'; return $config; } }