Guest User

Untitled

a guest
Sep 30th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. add_filter('avf_logo_link', 'change_logo_url');
  2. function change_logo_url() {
  3. $link = "https://agilebits.com";
  4. return $link;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment