Advertisement
artemsemkin

Untitled

Feb 19th, 2024 (edited)
909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.66 KB | None | 0 0
  1. <?php
  2.  
  3. // Find and remove this code in these templates:
  4. // /wp-content/themes/kinsey/template-parts/masthead/masthead-elementor-behind.php
  5. // /wp-content/themes/kinsey/template-parts/masthead/masthead-elementor-beneath.php
  6. // /wp-content/themes/kinsey/template-parts/masthead/masthead-elementor-fullscreen.php
  7. // /wp-content/themes/kinsey/template-parts/bottom-navigation/bottom-navigation-auto-scroll.php
  8.  
  9. $heading_attributes = arts_get_split_text_attributes(
  10.   $heading_attributes,
  11.   array(
  12.     'by'        => 'lines,words,chars',
  13.     'set'       => $page_masthead_animation_enabled ? 'chars' : false,
  14.     'overflow'  => 'lines',
  15.     'animation' => false,
  16.   )
  17. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement