CalderaWP/cf-edd-fields

Name: cf-edd-fields

Owner: Caldera Labs

Description: null

Created: 2016-12-21 23:21:26.0

Updated: 2016-12-21 23:47:26.0

Pushed: 2017-08-01 03:49:09.0

Homepage: null

Size: 24

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

cf-edd-fields

These are shared fields for Caldera Forms EDD add-on and Caldera Forms EDD Pro add-on.

This is not a plugin This is used to make two plugins:

Fields:
add_action( 'plugins_loaded', function(){
    include_once __DIR__ . '/vendor/autoload.php';
    \calderawp\cfeddfields\setup::add_hooks();
});
( new \calderawp\cfeddfields\fields\populate\query() )->add_hooks();
add_action( 'caldera_forms_admin_init', function(){
    new \calderawp\cfeddfields\fields\populate\admin();
});

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.