Skip to content

Instantly share code, notes, and snippets.

diff --git a/class-moove-gdpr-actions.php b/class-moove-gdpr-actions.php
index 22a9a9b..00f769c 100644
--- a/class-moove-gdpr-actions.php
+++ b/class-moove-gdpr-actions.php
@@ -232,7 +232,7 @@ class Moove_GDPR_Actions {
<span>
<i class="dashicons dashicons-lock"></i>
<h4>This feature is not supported in this version of the Premium Add-on.</h4>
- <p><strong><a href="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=moove-gdpr&amp;tab=licence" class="gdpr_admin_link">Activate your licence</a> to download the latest version of the Premium Add-on.</strong></p>
+ <p><strong><a href="<?php echo esc_url( admin_url( 'options-general.php' ) ); ?>?page=moove-gdpr&amp;tab=licence" class="gdpr_admin_link">Activate your licence</a> to download the latest version of the Premium Add-on.</strong></p>
@LukasFritzeDev
LukasFritzeDev / .maintenance
Last active November 2, 2018 20:32
This is a file for improved WordPress maintenance mode. It allows access to the admin dashboard and the REST-API.
<?php
/*
* This is a file for improved WordPress maintenance mode.
* It allows access to the admin dashboard and the REST-API.
*/
// first assume we are not allowed to enter
$isAllowed = false;
// set some allowed paths like dashboard, login and REST-API