how to get the id of post-new via php in wordpress code example
Example: wordpress get post id
// Retrieve the ID of the current item in the WordPress Loop.
get_the_ID()
// Retrieve the ID of the current item in the WordPress Loop.
get_the_ID()