| Current File : /home/digitaw/www/wp-content/plugins/embed-lottie-player/build/render.php |
<?php
$id = wp_unique_id( 'lpbLottiePlayer-' );
$planClass = lpbIsPremium() ? 'premium' : 'free';
?>
<div
<?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- get_block_wrapper_attributes() is properly escaped ?>
<?php echo get_block_wrapper_attributes( [ 'class' => $planClass ] ); ?>
id='<?php echo esc_attr( $id ); ?>'
data-attributes='<?php echo esc_attr( wp_json_encode( $attributes ) ); ?>'
></div>