We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12f37da + 999fad6 commit e905fc3Copy full SHA for e905fc3
js/fieldmanager-loader.js
@@ -26,7 +26,7 @@ function fmLoadModule( callback ) {
26
*/
27
if (
28
wp.data.select( 'core/edit-post' ).areMetaBoxesInitialized()
29
- && document.querySelector( '.edit-post-meta-boxes-area__container' )
+ && document.querySelector( '.edit-post-meta-boxes-area__container .metabox-location-normal' )
30
) {
31
callback();
32
unsubscribeListener();
0 commit comments