I need to get the current page id in WordPress plugin page outside the loop. And the code I wrote for getting current page id is in my plugin page.
page id
try to use below code to get the page id
get_the_ID();