',
0,
false
);
}
// Last Updated Date.
if ( $blogun_entry_footer_date ) {
$blogun_before = '';
if ( true === blogun_option( 'single_entry_meta_icons' ) ) {
$blogun_before .= blogun()->icons->get_svg( 'edit-3' );
}
blogun_entry_meta_date(
array(
'show_published' => false,
'show_modified' => true,
'before' => $blogun_before,
'after' => '',
)
);
}
?>