apply_filters( 'learndash_upgrade_notice_admin_show', boolean $show_notice , string $plugin_slug )
Filters whether to show the upgrade notice in admin banner.
Description Description
By default this will show on all pages.
Parameters Parameters
- $show_notice
-
Whether to show the update notice.
- $plugin_slug
-
The slug of the plugin.
Source Source
File: includes/class-ld-addons-updater.php
Changelog Changelog
Version | Description |
---|---|
3.1.4 | Introduced. |