Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. //since The7 5.0.2
  2. function my_custom_logo_url($url)
  3. {
  4. return "example.com";
  5. }
  6.  
  7. add_filter('presscore_display_the_logo-url', 'my_custom_logo_url' , 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement