mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- intermediate results with sanitizing form handlers;
This commit is contained in:
@@ -29,7 +29,7 @@ if ( ! class_exists( 'um\core\Query' ) ) {
|
||||
/**
|
||||
* Query constructor.
|
||||
*/
|
||||
function __construct() {
|
||||
public function __construct() {
|
||||
|
||||
|
||||
}
|
||||
@@ -38,7 +38,7 @@ if ( ! class_exists( 'um\core\Query' ) ) {
|
||||
/**
|
||||
* Ajax pagination for posts
|
||||
*/
|
||||
function ajax_paginate() {
|
||||
public function ajax_paginate() {
|
||||
UM()->check_ajax_nonce();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user