[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
elements
/
atomic-heading
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 atomic-heading.html.twig
961 B
SET
[ EDIT ]
|
[ DEL ]
📄 atomic-heading.php
4,444 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: atomic-heading.html.twig
{% if settings.title is not empty %} {% set id_attribute = settings._cssid is not empty ? 'id=' ~ settings._cssid | e('html_attr') : '' %} <{{ settings.tag | e('html_tag') }} data-interaction-id="{{ interaction_id }}" class="{{ settings.classes | merge( [ base_styles.base ] ) | join(' ') }}" {{ id_attribute }} {{ settings.attributes | raw }} > {% set allowed_tags = '<b><strong><sup><sub><s><em><i><u><a><del><span><br>' %} {% if settings.link.href %} <{{ settings.link.tag | e('html_tag') }} {% set linkAttr = settings.link.tag == 'a' ? 'href' : 'data-action-link' %} {{ linkAttr }}="{{ settings.link.href | raw }}" target="{{ settings.link.target }}" class="{{ base_styles['link-base'] }}"> {{ settings.title | striptags(allowed_tags) | raw }} </{{ settings.link.tag | e('html_tag') }}> {% else %} {{ settings.title | striptags(allowed_tags) | raw }} {% endif %} </{{ settings.tag | e('html_tag') }}> {% endif %}