Skip to content

Instantly share code, notes, and snippets.

View symplTech's full-sized avatar

Ido Cohen symplTech

  • Sympl
View GitHub Profile
@symplTech
symplTech / module.php
Last active January 7, 2025 14:22
Elementor pro fix suggestion issue #9121 elementor-pro/modules/dynamic-tags/acf/module.php
<?php
namespace ElementorPro\Modules\DynamicTags\ACF;
use Elementor\Controls_Manager;
use Elementor\Core\DynamicTags\Base_Tag;
use Elementor\Modules\DynamicTags;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}