I’m building a WordPress plugin in which I need to get the HOME page ID value.
Do you know how can I get it?
I know that we can get the current ID with the_ID()
or get_the_ID()
function, but I need specificly the HOME page ID value.
My plugin is located at the following directory path:
wp-content/plugins/myPlugin/