mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 13:43:38 +09:00
- WPCS for defined constants;
* um_url -> UM_URL * um_path -> UM_PATH * um_plugin -> UM_PLUGIN * ultimatemember_version -> UM_VERSION * ultimatemember_plugin_name -> UM_PLUGIN_NAME
This commit is contained in:
@@ -36,7 +36,7 @@ if ( ! class_exists( 'um\core\GDPR' ) ) {
|
||||
if ( file_exists( $template_path ) ) {
|
||||
require $template_path;
|
||||
} else {
|
||||
require um_path . 'templates/gdpr-register.php';
|
||||
require UM_PATH . 'templates/gdpr-register.php';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user