WP-CFM Icon

WP-CFM

By Matt Gibbs

Active Installs

1,000+

Last Updated

February 14, 2024

First Released

May 30, 2014

Download History (Last one month)


WP-CFM lets you copy database configuration to / from the filesystem. Easily deploy configuration changes without needing to copy the entire database. WP-CFM is similar to Drupal’s Features module.

How will WP-CFM benefit me?

  • Less need to copy over the entire database.
  • No more rushing to figure out which settings you forgot to change.
  • Easily track and version configuration changes via git, subversion, etc.

Which data does WP-CFM support?

  • WP settings (wp_options table)
  • Multisite settings (wp_sitemeta table)
  • Taxonomy terms
  • Custom Field Suite field groups

Terminology

  • Bundle – A group of (one or more) settings to track
  • Push – Export database settings to the filesystem
  • Pull – Import file-based settings into the database

WP-CLI

WP-CFM supports [pull / push / diff] of bundles from the command-line using WP-CLI:

wp config pull [bundle_name]
wp config push [bundle_name]
wp config diff [bundle_name]
wp config bundles
wp config show_bundle [bundle_name]

You can optionally set bundle_name to “all” to include all bundles.

Append the --network flag to include multisite bundles.

Filters

See the filters reference page at the GitHub Wiki.

  1. Download and activate the plugin.
  2. Browse to Settings > WP-CFM to configure.

No FAQ provided.

Changelog


1.7.10

:bug: Bug Fixes

  • Assets: Fixes missing asset updates (PR #177 by @timnolte)
    • :arrow_lower_right: fixes issue #176 opened by @tych095

See the previous changelogs here

Available Versions

Version Download Type
1.7.10 Download Stable
1.7.9 Download Stable
1.7.8 Download Stable
1.7.7 Download Stable
1.7.5 Download Stable
1.7.4 Download Stable
1.7.3 Download Stable
1.7.2 Download Stable
1.7.1 Download Stable
1.7 Download Stable
1.6 Download Stable
1.5.1 Download Stable
Development Download Trunk

Plugin Info

  • Version: 1.7.10
  • Last Updated: February 14, 2024
  • Active Installs: 1,000+
  • WordPress Version: 5.0 or higher
  • Tested up to: 6.4.6
  • PHP Version: 7.4 or higher
  • Tags:    
    configuration configuration-management features settings wp-cli

Ratings


5.0 out of 5 stars. (9 reviews)

See all reviews
Scroll to Top