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).


Top ↑

Return Return

(boolean)


Top ↑

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

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.