Question

Is there any action hook for wordpress the_permalink ? For example, whenever the the_permalink function is triggered, I need to write a plugin that will try to edit the URL according to my needs, and then return the edited URL that will be echoed. Thanks in advance...

Était-ce utile?

La solution

I found the solution and let me post in reply so that other members can get help. the_permalink() wordpress functions is used for this purpose. I used this and solve my problem. Thanks to @AndyWarren.

Here is the function: https://codex.wordpress.org/Plugin_API/Filter_Reference/the_permalink

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top