Guest User

Untitled

a guest
Dec 3rd, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. add_action('nectar_hook_secondary_header_after_nav_open','salient_child_add_rotating_text');
  2.  
  3. function salient_child_add_rotating_text() {
  4. echo do_shortcode('[nectar_rotating_words_title heading_tag="h6" beginning_text="here is the " dynamic_text="dynamic, changing" ending_text="text" duration="1500" dynamic_heading_tag="default" element_animation="none" mobile_display="inline"]');
  5. }
  6.  
Advertisement
Add Comment
Please, Sign In to add comment