We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc732b commit 1d9bb11Copy full SHA for 1d9bb11
redux-core/inc/classes/class-redux-connection-banner.php
@@ -80,12 +80,7 @@ public static function init(): ?Redux_Connection_Banner {
80
private function __construct() {
81
$clean_get = $_GET; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
82
if ( isset( $clean_get['_wpnonce'] ) && wp_verify_nonce( $clean_get['_wpnonce'], $this->nonce ) ) {
83
- if ( isset( $clean_get[ $this->register_option ] ) ) {
84
- Redux_Functions_Ex::set_activated();
85
- return;
86
- }
87
if ( isset( $clean_get[ $this->dismiss_option ] ) ) {
88
- Redux_Functions_Ex::set_deactivated();
89
update_option( 'redux-framework_extendify_plugin_notice', 'hide' );
90
return;
91
}
0 commit comments