[ 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-image
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 atomic-image.html.twig
1,015 B
SET
[ EDIT ]
|
[ DEL ]
📄 atomic-image.php
3,325 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: atomic-image.html.twig
{% if settings.image.src is not empty %} {% set id_attribute = settings._cssid is not empty ? 'id=' ~ settings._cssid | e('html_attr') : '' %} {% 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 }}" class="{{ base_styles['link-base'] }}" target="{{ settings.link.target }}" data-interaction-id="{{ interaction_id }}" > {% endif %} <img class="{{ base_styles['base'] }} {{ settings.classes | join(' ') }}" {% if not settings.link.href %} data-interaction-id="{{ interaction_id }}" {% endif %} {{ id_attribute }} {{ settings.attributes | raw }} {% for attr, value in settings.image %} {% if attr == 'src' %} src="{{ value | e('full_url') }}" {% else %} {{ attr | e('html_attr') }}="{{ value }}" {% endif %} {% endfor %} /> {% if settings.link.href %} </{{ settings.link.tag | e('html_tag') }}> {% endif %} {% endif %}