🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 08:06:55 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
query
📍 /home/therahul/public_html/wp-content/plugins/elementor/modules/atomic-widgets/query
🔄 Refresh
✏️
Editing: query-builder-base.php
Writable
<?php namespace Elementor\Modules\AtomicWidgets\Query; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } abstract class Query_Builder_Base { protected array $config; public function __construct( array $config ) { $this->config = $config; } abstract public function build(): array; }
💾 Save Changes
❌ Cancel