LLMS_Settings_Notifications::maybe_disable_save( bool $bool )
Disable save button on the main notification tab (list)
Parameters Parameters
- $bool
-
(bool) (Required) Default display value (true).
Return Return
(boolean)
Source Source
File: includes/admin/settings/class.llms.settings.notifications.php
public function maybe_disable_save( $bool ) { return ( isset( $_GET['notification'] ) ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |