wordpress get post id from url code example
Example 1: wordpress get link to post by id
get_permalink();
Example 2: get id by url wordpress
// https://developer.wordpress.org/reference/functions/url_to_postid/
url_to_postid( string $url )
get_permalink();
// https://developer.wordpress.org/reference/functions/url_to_postid/
url_to_postid( string $url )