Support

Account

Home Forums Gutenberg How to get the id of the current page while in edit mode? Reply To: How to get the id of the current page while in edit mode?

  • Yeah, unfortunately none of those methods seem to work in the post edit page.

    However I did figure it out by looking through some other gutenberg examples:

    $post_id = get_the_ID() ? get_the_ID() : $_POST['post_id'];