';
} else {
$content_wrapper = '
';
}
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
$output = apply_filters('bigwigs_content_wrapper_start',$content_wrapper);
echo $output;
}
endif;
if ( ! function_exists('bigwigs_content_wrapper_end') ) :
/**
* Print end part of wrapper markup for site content
*/
function bigwigs_content_wrapper_end(){
$content_wrapper = '';
if( !is_search() && !is_404() ) {
$content_wrapper = '
';
$content_wrapper .= '
';
} else {
$content_wrapper .= '';
}
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
$output = apply_filters('bigwigs_content_wrapper_end',$content_wrapper);
echo $output;
}
endif;
if ( ! function_exists( 'bigwigs_posted_on' ) ) :
/**
* Prints HTML with meta information for the current post-date/time.
*/
function bigwigs_posted_on() {
echo '