📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:57:21
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_drop_caps
✏️
Editing: layout-1.php
<?php if(!empty($settings['text_ed'])) : $editor_content = $widget->get_settings_for_display( 'text_ed' ); $editor_content = $widget->parse_text_editor( $editor_content ); $first_letter = substr($editor_content, 0, 1); ?> <div class="pxl-drop-caps <?php echo esc_attr($settings['style']); ?>"> <div class="pxl-item--inner <?php echo esc_attr($settings['pxl_animate']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <span class="pxl-first-letter"><span><?php echo esc_attr($first_letter); ?></span></span> <?php echo substr($editor_content, 1, strlen($editor_content)); ?> </div> </div> <?php endif; ?>
💾 Save Changes
❌ Cancel