📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:59:13
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
query
✏️
Editing: query-builder-base.php
<?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