Guest User

Untitled

a guest
Aug 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_action( 'wpml_add_language_form_field', 'ec_child_tagline_below_search' );
  2.  
  3. function ec_child_tagline_below_search() {
  4. ?><span>This is a tagline</span><?php
  5. }
Add Comment
Please, Sign In to add comment