You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery( window ).load( function () {
jQuery.neveMetabox.init();
} );
in /assets/js/src/metabox.js
jQuery(window).load was deprecated in 1.8, and removed in jquery 3.0 and we should probably use it as an "Event Handler Attachment":
Description:
We use
in
/assets/js/src/metabox.jsjQuery(window).load was deprecated in 1.8, and removed in jquery 3.0 and we should probably use it as an "Event Handler Attachment":
Reference:
Reported here:
https://wordpress.org/support/topic/jquery-migrate-helper-warnings-encountered-8/#post-13522104
Technical info