Check Hyperlinks on post save
-
How would be possible to get a clean coding workflow to change hyperlink structure on post save. So lets say an author has been created a post with hyperlinks
<a href="https://www.example.com"></a>
, on save I would like to control if meets the hyperlink given conditions to be redirected or not. If the url has to be redirected than should change the structure of it<a href="goto.html?url=https://www.example.com"></a>
. What I want to avoid is to not push the Author to give attention on link creation.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Check Hyperlinks on post save’ is closed to new replies.