I might find a small mistake.
if ( ! function_exists( 'codilight_lite_posted_on' ) ) :
/**
* Post meta information style 1
*/
function codilight_lite_meta_1() {
$time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';
if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
Following line check whether other method exists or not.
if ( ! function_exists( 'codilight_lite_posted_on' ) ) :
I might find a small mistake.
Following line check whether other method exists or not.
if ( ! function_exists( 'codilight_lite_posted_on' ) ) :