Filters not working
-
I have the following in my wp-config file:
/** * To restrict modifications to Glance That for everyone but the admin. */ define( 'GT_EDIT_GLANCES', 'manage_options' ); /** * To show all statuses in Glance That. */ define( 'GT_SHOW_ZERO_COUNT_STATUS', true ); define( 'GT_SHOW_ZERO_COUNT', true ); define( 'GT_SHOW_ALL-STATUS', true ); define( 'GT_SHOW_MUSTUSE', true ); define( 'GT_SHOW_DROPINS', true ); define( 'GT_SHOW_ADD_NEW', true ); define( 'GT_SHOW_ARCHIVE', true ); /** * To show Glance That settings. */ define( 'gt_show_settings', true ); /** * To hide social links in Glance That. */ define( 'gt_show_applause', false);
- Must-use plugins aren’t showing
- Drop-in plugins aren’t showing
- Applause links aren’t hidden
- Is GT_EDIT_GLANCES still the right filter? It’s not listed with the other filters on the plugin page, but it still seems different than gt_view_at_a_glance…
Using all-caps or not shouldn’t matter, right?
Really wish there was a regular settings page instead of having to edit the wp-config file to make changes!
Thanks in advance for any help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Filters not working’ is closed to new replies.