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 February 7, 2024 04:32
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
}