Register Contributor cpt

This commit is contained in:
Corey McKrill 2019-10-07 07:21:14 -07:00
parent 2927532544
commit 5fe3f0ef0d
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38
2 changed files with 67 additions and 0 deletions

View file

@ -23,6 +23,7 @@ add_action( 'plugins_loaded', __NAMESPACE__ . '\load' );
*
*/
function load() {
require_once get_includes_path() . 'contributor.php';
require_once get_includes_path() . 'pledge.php';
require_once get_includes_path() . 'pledge-meta.php';
require_once get_includes_path() . 'pledge-form.php';