mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
- fixed buffer echo and close;
This commit is contained in:
@@ -68,8 +68,7 @@ if ( ! class_exists( 'um\core\Query' ) ) {
|
||||
*/
|
||||
do_action( "um_ajax_load_posts__{$hook}", $args );
|
||||
|
||||
$output = ob_get_contents();
|
||||
ob_end_clean();
|
||||
$output = ob_get_clean();
|
||||
|
||||
die( $output );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user