get page id by name in wordpress code example
Example 1: get the current page id in wordpress
$page_id = get_queried_object_id();
Example 2: get id by url wordpress
// https://developer.wordpress.org/reference/functions/url_to_postid/
url_to_postid( string $url )