- Timestamp:
- 05/08/2024 10:58:25 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kadence-blocks/trunk/includes/blocks/class-kadence-blocks-lottie-block.php
r3076712 r3083616 253 253 254 254 if ( $attributes['fileSrc'] === 'url' ) { 255 $url = $attributes['fileUrl'];255 $url = esc_attr( $attributes['fileUrl'] ); 256 256 } else { 257 257 $url = $rest_url . 'kb-lottieanimation/v1/animations/' . esc_attr( $attributes['localFile'][0]['value'] ) . '.json';
Note: See TracChangeset
for help on using the changeset viewer.