- intermediate results with sanitizing form handlers;

This commit is contained in:
Nikita Sinelnikov
2021-06-29 02:51:54 +03:00
parent 23d1b982a4
commit 07e664be80
63 changed files with 4337 additions and 2812 deletions
+2 -2
View File
@@ -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();
/**