- fixed buffer echo and close;

This commit is contained in:
nikitozzzzzzz
2018-09-28 17:14:50 +03:00
parent ab1c321433
commit c177a7f870
4 changed files with 18 additions and 31 deletions
+1 -2
View File
@@ -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 );
}