jetpack_licensing_ui_enabled, false

jetpack_licensing_ui_enabled, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_licensing_ui_enabled, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php line 264
    		 * @since 1.4.0
    		 *
    		 * @param bool False by default.
    		 */
    		return apply_filters( 'jetpack_licensing_ui_enabled', false ) && current_user_can( 'jetpack_connect_user' );
    	}
    
    	/**
    	 * Gets the user-licensing activation notice dismissal info.
    	 *
    	 * @since 10.4.0