plugin updates

This commit is contained in:
Tony Volpe
2024-09-05 11:04:01 -04:00
parent ed6b060261
commit 50cd64dd3d
925 changed files with 16918 additions and 13003 deletions

View File

@@ -401,7 +401,7 @@ class GFSettings {
private static function plugin_settings_fields() {
$license_section_description = esc_html__( 'A valid license key is required for access to automatic plugin upgrades and product support.', 'gravityforms' );
$is_hidden = false;
if ( is_multisite() && ! is_main_site() && is_plugin_active_for_network( GF_PLUGIN_BASENAME ) ) {
if ( ! is_main_site() && GFCommon::is_network_active() ) {
$is_hidden = true;
$license_section_description = esc_html__( 'License key is managed by the administrator of this network', 'gravityforms' );
}