Support

Account

Home Forums Backend Issues (wp-admin) Page Attributes Disappear Reply To: Page Attributes Disappear

  • temporary solution provided by @holblin but just a bit tidy.

    add_filter(‘admin_footer’, function(){
    echo “<script type=’text/javascript’>jQuery(‘#screen-options-wrap .metabox-prefs’).prepend(‘<input type=”checkbox” style=”display: none;”>’);</script>”;
    });