🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 13:47:38 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
pojo-accessibility
/
modules
/
legacy
/
components
📍 /home/therahul/public_html/wp-content/plugins/pojo-accessibility/modules/legacy/components
🔄 Refresh
✏️
Editing: elementor.php
Writable
<?php namespace EA11y\Modules\Legacy\Components; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Class Elementor */ class Elementor { public function is_toolbar_active( $is_active ) { if ( \Elementor\Plugin::$instance->preview->is_preview_mode() ) { $is_active = false; } return $is_active; } public function __construct() { add_filter( 'pojo_a11y_frontend_is_toolbar_active', [ $this, 'is_toolbar_active' ] ); } }
💾 Save Changes
❌ Cancel