Skip to content

Wrong check about codilight_lite_meta_1 method in inc/template-tags.php  #15

@version-1

Description

@version-1

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' ) ) :

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions