LLMS_Admin_Notices_Core::clear_sidebar_notice()
Removes the current sidebar notice (if present) and clears notice delay transients
Description Description
Called when theme is switched.
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.notices.core.php
* @deprecated 7.1.0
*
* @return void
*/
public static function clear_sidebar_notice() {
_deprecated_function( __METHOD__, '7.1.0' );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.14.7 | Introduced. |