🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:10:16 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
woocommerce
/
conditions
📍 /home/therahul/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions
🔄 Refresh
✏️
Editing: product-search.php
Writable
<?php namespace ElementorPro\Modules\Woocommerce\Conditions; use ElementorPro\Modules\ThemeBuilder as ThemeBuilder; use ElementorPro\Modules\Woocommerce\Module; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Product_Search extends ThemeBuilder\Conditions\Condition_Base { public static function get_type() { return 'archive'; } public function get_name() { return 'product_search'; } public static function get_priority() { return 40; } public function get_label() { return esc_html__( 'Search Results', 'elementor-pro' ); } public function check( $args ) { return Module::is_product_search(); } }
💾 Save Changes
❌ Cancel