wordpress get post ids by URL code example
Example 1: wordpress get post id
// Retrieve the ID of the current item in the WordPress Loop.
get_the_ID()
Example 2: get id by url wordpress
// https://developer.wordpress.org/reference/functions/url_to_postid/
url_to_postid( string $url )