PluginProbe
Text Typing – grab attention with animated typing headlines / trunk
Text Typing – grab attention with animated typing headlines vtrunk
2.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
text-typing / build / render.php

render.php in Text Typing – grab attention with animated typing headlines trunk, at build/render.php

12 lines 391 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( !defined( 'ABSPATH' ) ) { exit; }
3
4 $id = wp_unique_id( 'ttbTextTyping-' );
5 ?>
6
7 <div
8 <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- get_block_wrapper_attributes() is properly escaped ?>
9 <?php echo get_block_wrapper_attributes(); ?>
10 id='<?php echo esc_attr( $id ); ?>'
11 data-attributes='<?php echo esc_attr( wp_json_encode( $attributes ) ); ?>'
12 ></div>