Plugin: Add functions for handling xprofile data

This commit is contained in:
Corey McKrill 2019-10-24 15:31:15 -07:00
parent 3d9207d9cd
commit 9ea44532c2
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38
2 changed files with 85 additions and 0 deletions

View file

@ -28,6 +28,7 @@ function load() {
require_once get_includes_path() . 'pledge-meta.php';
require_once get_includes_path() . 'pledge-form.php';
require_once get_includes_path() . 'directory.php';
require_once get_includes_path() . 'xprofile.php';
}
/**