Advertisement
Guest User

Untitled

a guest
Apr 18th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. add_filter('avf_logo','av_change_logo');
  2. function av_change_logo($logo)
  3. {
  4. if(wp_is_mobile() ) {
  5. $logo = "https://www.manfredergott.at/wp-content/uploads/2024/04/Manfred-Ergott-PR-ist-Verantwortung-5.png";
  6. }
  7. return $logo;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement