Getting the Post Id for use in get_widget_form
Hi, I’m building a widget that relies on the page being edited to establish the child pages available for selection within the widget (as a dropdown). It seems I can’t reliably use $_REQUEST[ ‘postId’ ] because that isn’t available when…