new version

This commit is contained in:
Almira Krdzic
2018-08-06 15:32:55 +02:00
parent d86f748bc6
commit 3da7e559dd
73 changed files with 256 additions and 286 deletions

View File

@@ -439,7 +439,7 @@ if ( class_exists( 'GFForms' ) ) {
$authentication_required = apply_filters( 'gform_webapi_authentication_required_' . $endpoint, $authentication_required );
if ( $authentication_required ) {
// $this->authenticate();
$this->authenticate();
} else {
$this->log_debug( __METHOD__ . '(): Authentication not required.' );
}