plugin updates

This commit is contained in:
Tony Volpe
2024-07-16 13:57:46 +00:00
parent 41f50eacc4
commit 8f93917880
1529 changed files with 259452 additions and 25451 deletions

View File

@@ -76,7 +76,6 @@ class GF_Background_Upgrader extends GF_Background_Process {
}
if ( is_callable( $callback ) ) {
remove_filter( 'query', array( 'GFForms', 'filter_query' ) );
GFCommon::log_debug( sprintf( '%s(): Running callback: %s', __METHOD__, print_r( $callback, 1 ) ) );
$needs_more_time = call_user_func( $callback );
if ( $needs_more_time ) {