mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fix load()
This commit is contained in:
@@ -42,6 +42,7 @@ if ( ! class_exists( 'um\core\Query' ) ) {
|
||||
UM()->check_ajax_nonce();
|
||||
|
||||
// phpcs:disable WordPress.Security.NonceVerification
|
||||
$hook = '';
|
||||
if ( isset( $_REQUEST['hook'] ) ) {
|
||||
$hook = $_REQUEST['hook'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user