WP Manifestindependent plugin directory
manifest / updates / wp-cfm-content

WP-CFM Content

Manage and deploy WordPress content changes with WP-CFM

by Pascal Martineau <pascal@lewebsimple.ca> · github.com/lewebsimple/wp-cfm-content

1stars
50composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lewebsimple/wp-cfm-content/archive/refs/heads/main.zip

Also on Packagist as lewebsimple/wp-cfm-content:

composer require lewebsimple/wp-cfm-content

From the readme

Manage and deploy WordPress content changes with WP-CFM. WP-CFM Content lets you copy content to / from the filesystem. Easily deploy content changes without needing to copy the entire database. This plugin isn't meant to be used for migrating content from one site to another as is expects post & term IDs to be matching. Deprecated "wpcfmcontent/enabled" Added "wpcfmcontent/posttype/enabled" / "wpcfmcontent/posttype/enabled/${posttype}" filters Added "wpcfmcontent/terms/enabled" / "wpcfmcontent/terms/enabled/${taxonomy}" filters Fix SQL errors in postmeta query with escsql Add composer.json Bundle all posts, postmeta and terms by post type

Read the full README on GitHub →