',
0,
false
);
}
// Last Updated Date.
if ( $bloghash_entry_footer_date ) {
$bloghash_before = '';
if ( true === bloghash_option( 'single_entry_meta_icons' ) ) {
$bloghash_before .= bloghash()->icons->get_svg( 'edit-3' );
}
bloghash_entry_meta_date(
array(
'show_published' => false,
'show_modified' => true,
'before' => $bloghash_before,
'after' => '',
)
);
}
?>