Automattic / Automattic/wp-super-cache

[Super Cache] Allow site owner to disable some warnings

Open
#1,003 0 comments 0 reactions 0 assignees View on GitHub
[Plugin] Super Cache enhancement
Dominant language
PHP
Stars
436
Forks
130
Avg merge
15h 11m
Merged PRs (30d)
10

Description

Allow the site owner to disable the read-write checks on the wp-cache-config.php config file.

Allow them to disable the wp-cron checks too, as it may be handled by an external cron system.

This should be done by setting constants in wp-config.php as these can negatively impact a site.

ref: https://wordpress.org/support/topic/disable-admin-warnings/

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the read-write checks for wp-cache-config.php and the wp-cron checks, then review how wp-config.php constants are read. Define the constants and their expected disabled behavior from the issue requirements, and verify that each corresponding admin warning is suppressed without affecting other checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.