- fix load()

This commit is contained in:
ashubawork
2023-06-22 14:40:44 +03:00
parent 569a341fd2
commit 9cc48e0a8c
2 changed files with 76 additions and 99 deletions
+1
View File
@@ -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'];
}