Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AccelerateWP installation check #496

Closed
wants to merge 1 commit into from
Closed

Fix AccelerateWP installation check #496

wants to merge 1 commit into from

Conversation

sy-records
Copy link

The sidebar in the settings page is now not controlled by WP_REDIS_DISABLE_BANNERS, which should be wrong?

<div class="sidebar-column">
<?php if ( ! Plugin::acceleratewp_install() ) : ?>
<h6>
<?php esc_html_e( 'Resources', 'redis-cache' ); ?>
</h6>

@tillkruss
Copy link
Member

Can you explain what's currently happening, and what you expect to happen?

@sy-records
Copy link
Author

sy-records commented Nov 17, 2023

I want to hide Object Cache Pro in the settings page /wp-admin/options-general.php?page=redis-cache. But, I set the WP_REDIS_DISABLE_BANNERS constant to true, but it is not hidden.

That's intentional.

@tillkruss tillkruss closed this Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants