' . ajax_read_more_sanitize_content($content) . '' . '
' . apply_filters( 'the_content_footer', '' ) . '
' ; } else { return $content; }; }; function ajax_read_more_template_redirect() { if (have_posts()) { include('inc/ajax-response-templates/single.php'); }; exit(); }; function ajax_read_more_sanitize_content($content) { return preg_replace( '/

\s*<\/p>/s', '', force_balance_tags($content) ) ; }; ?>