@keyframes scale-a-lil { from { scale: .5; } } @media (prefers-reduced-motion: no-preference) { figure img…
Execute Shortciode in Forminator Elements
This little snippet ties into a Forminator hook to allow the plugin to process shortcodes instead of just display them as text.
add_filter( 'forminator_replace_variables', 'do_shortcode' );
Dieser Beitrag hat 0 Kommentare