Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd
/
wp-content
/
plugins
/
lastudio-element-kit
/
templates
/
animated-text
/
global
/
File Content:
index.php
<?php /** * Animated text list template */ $data_settings = $this->generate_setting_json(); $animation_effect = $this->get_settings_for_display('animation_effect'); $split_type = ( 'fx12' === $animation_effect ) ? 'symbol' : $this->get_settings_for_display('split_type'); $classes[] = 'lakit-animated-text'; $classes[] = 'lat-ef-' . $animation_effect; $classes[] = 'lakit-animated-text--' . $split_type; $html_tag = $this->get_settings_for_display('html_tag'); $html_tag = lastudio_kit_helper()->validate_html_tag($html_tag); echo sprintf('<%1$s class="%2$s"%3$s>', esc_attr($html_tag), esc_attr(implode( ' ', $classes )), $data_settings); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped $this->_glob_inc_if( 'before-text', array( 'before_text_content' ) ); $this->_get_global_looped_template( 'animated-text', 'animated_text_list' ); $this->_glob_inc_if( 'after-text', array( 'after_text_content' ) ); echo sprintf('</%1$s>', esc_attr($html_tag));
Submit
FILE
FOLDER
Name
Size
Permission
Action
after-text.php
280 bytes
0644
animated-text-loop-end.php
54 bytes
0644
animated-text-loop-item.php
623 bytes
0644
animated-text-loop-start.php
104 bytes
0644
before-text.php
282 bytes
0644
index.php
971 bytes
0644
N4ST4R_ID | Naxtarrr