Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // Find and remove this code in these templates:
- // /wp-content/themes/kinsey/template-parts/masthead/masthead-elementor-behind.php
- // /wp-content/themes/kinsey/template-parts/masthead/masthead-elementor-beneath.php
- // /wp-content/themes/kinsey/template-parts/masthead/masthead-elementor-fullscreen.php
- // /wp-content/themes/kinsey/template-parts/bottom-navigation/bottom-navigation-auto-scroll.php
- $heading_attributes = arts_get_split_text_attributes(
- $heading_attributes,
- array(
- 'by' => 'lines,words,chars',
- 'set' => $page_masthead_animation_enabled ? 'chars' : false,
- 'overflow' => 'lines',
- 'animation' => false,
- )
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement