Plugin: Add a system for logging events related to pledges and contributors (#54)

Uses action hooks to capture relevant events as log entries on a per-pledge basis. This provides a running history of a pledge and can be used as an audit log if questions arise about changes to a pledge or there are weird bugs.

Fixes #39
This commit is contained in:
Corey McKrill 2019-10-29 12:46:13 -07:00 committed by GitHub
parent 6209060eb2
commit 5c5ae83287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 424 additions and 18 deletions

View file

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