Dear All,
How do I hide or delete the “Show Empty Fields” check menu in the status and inbox?
Because my fields use a lot of conditions logic, so I don’t want empty fields to appear at all.
Thank you.
Dear All,
How do I hide or delete the “Show Empty Fields” check menu in the status and inbox?
Because my fields use a lot of conditions logic, so I don’t want empty fields to appear at all.
Thank you.
Hello. There is no filter to hide that checkbox and label currently. However, you can hide that option in the editor using this CSS:
body #gentry_display_empty_fields,
body #gentry_display_empty_fields + label {
display:none;
}
To add that CSS to your site admin screens, you could use this plugin:
Dear Chris,
It’s Working !!! Thank you for your support.
Just fyi, i’m not using “Add Admin CSS” because your css not working.
But when i’m using “Simple Custom CSS” it’s Working…
Thank you Chris…