Search code examples
wordpresspermalinks

How to get post id from permalink (pretty url)?


How to get post id from permalink (pretty url)?


Solution

  • You should be fine with url_to_postid()[see documentation] which is located in rewrite.php. I used it in a plugin of mine last year, works like a charm.