mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- escape functions in templates;
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
|
||||
<?php if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
|
||||
//Only for AJAX loading posts
|
||||
if ( ! empty( $posts ) ) {
|
||||
foreach ( $posts as $post ) {
|
||||
|
||||
Reference in New Issue
Block a user