If you want to modify or change the homepage link in the logo then you can use the below filter.
Add this code into a custom plugin and modify the $url, that should do the trick for you.
Example code:
add_filter('ampforwp_header_url','prefix_modify_url'); function prefix_modify_url($url){ $url = 'URL YOU WANT TO ADD'; return $url; }
Note: No need to change this code in our core plugin(AMpforWp)
That’s it for this tutorial!
We hope it helped you. If you have any feedback or questions, then please share them in the comments section below.
Not getting where to use it
Hi Chandan Sharma,
Will you please elaborate more about your issue so that we will understand and help you.
What do you mean by “Add this code into a custom plugin ” ? Which custom plugin?
Hi Antonis,
Will you please contact our technical team from here- https://ampforwp.com/support/ they will help you as soon as possible.