new version
This commit is contained in:
@@ -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.' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user