hide filehost links in wordpress

Status
Not open for further replies.

erik.hek

Active Member
142
2020
42
3,855
anyone can guide me how to hide filehost links in wordpress?
like
Code:
http://mysite.com/full/?api=19ac50fdf0b744f3e2a9bdbca2c02efe9c2e53c4&url=aHR0cHM6Ly9yZy50by9maWxlLzY3ZWZiNmZjOTMwNTVhODdjZjExNDY2MWMwNTNhZGI4L0lNMDAwNjc4MTMtMDFfTHlubmFIYWlyRm9yR2VuZXNpczhGZW1hbGVzLnppcC5odG1s&type=2

then it go to real url
Code:
https://rapidgator.net/file/e8a62181cgjyjy01e2a318584b.html
 
1 comment
You most likely are looking for the wp_redirect() function. You can use it by storing the filehost links in a post as a post meta, so I'll recommend reading about utilizing post metas in wp editor and the right callbacks at the site frontend.
 
Status
Not open for further replies.
Back
Top