mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
- added escape functions, security fix for XSS;
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
<?php if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
|
||||
$meta = get_post_custom( get_the_ID() );
|
||||
foreach( $meta as $k => $v ) {
|
||||
if ( strstr( $k, '_um_' ) && !is_array( $v[0] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user