plugin install

This commit is contained in:
Tony Volpe
2024-06-18 17:29:05 -04:00
parent e1aaedd1ae
commit 41f50eacc4
5880 changed files with 1057631 additions and 39681 deletions

View File

@@ -147,7 +147,7 @@ if ( ! class_exists( 'ACF_Admin_Updates' ) ) :
// Check if we should force check the license status.
$force_get_license_status = false;
$retry_license_nonce = acf_request_arg( 'acf_retry_nonce' );
if ( wp_verify_nonce( $retry_license_nonce, 'acf_recheck_status' ) ) {
if ( wp_verify_nonce( $retry_license_nonce, 'acf_recheck_status' ) || ! empty( $_GET['force-license-check'] ) ) {
$force_get_license_status = true;
}