Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php
  2. /**
  3. * Do it this way instead
  4. ***********************************************/
  5.  
  6. /*
  7. * If no custom options for text are set, let's bail.
  8. * get_header_textcolor() options: Any hex value, 'blank' to hide text. Default: add_theme_support( 'custom-header' ).
  9. */
  10. if ( get_theme_support( 'custom-header', 'default-text-color' ) === $header_text_color ) {
  11. return;
  12. }
  13. // If we get this far, we have custom styles. Let's do this.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement