Advertisement
michaellevelup

Kadence logo custom URL

Apr 28th, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. function king_logo_url($link){
  2.  
  3.     return 'https://sandras24.sg-host.com';
  4. }
  5.  
  6. add_filter('kadence_logo_link', 'king_logo_url');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement