How to bulk Enable/Disable One Theme Auto Updates using cPFence Tools?

Toggle Auto Updates for One Theme (WebUI Method)

 

  1. Log in to the cPFence WebUI and select the server you want to manage.
  2. Go to Tools & UtilitiesWP-AutoShield Bulk Tools.
  3. Inside the Manage WP Themes card, open Enable One Theme Auto Updates or Disable One Theme Auto Updates.
  4. Enter the theme slug (for example twentytwentythree) and confirm the action.
  5. cPFence applies the setting to every detected site, or only the ones you picked with the site selector toggle.

This ensures a single theme stays patched automatically (or remains static) across dozens of installs without SSH access.

Command Line (CLI) Method

  1. Connect to the target server via SSH.
  2. Enable automatic updates for a theme slug:
    cpfence --enable-auto-updates-theme "twentytwentythree"
  3. Disable auto updates when needed:
    cpfence --disable-auto-updates-theme "twentytwentythree"

Run cpfence --generate-wp-sites-list beforehand so you know exactly which installs will be affected.


Need Further Assistance?

Visit our Knowledgebase or contact our support team for help.

  • 0 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

How to Perform and Export Wordpress Vulnerability Scans with cPFence?

cPFence provides powerful tools for identifying and analyzing Wordpress vulnerabilities. With the...

How to Generate a List of All WordPress Sites on Your Server?

cPFence provides an easy way to generate a comprehensive list of all WordPress sites on your...

How to Quickly Identify Infected WordPress Sites Using cPFence?

cPFence makes it easy to identify and clean infected WordPress sites on your server. Follow the...

How to Clean an Infected WordPress Site?

Has your WordPress site been infected, and cPFence reported malware or other issues? Don’t worry;...

How to Secure Your WordPress Sites with cPFence?

WordPress is a powerful platform, but it can become vulnerable if not properly secured. With...