acf/verify_ajax

acf/verify_ajax

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.5.12.3

do_action('acf/verify_ajax') is found 1 times:

  • /includes/api/api-helpers.php line 797
    		return false;
    	}
    
    	// action for 3rd party customization
    	do_action( 'acf/verify_ajax' );
    
    	// return
    	return true;
    }