the_time

the_time

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_time') is found 1 times:

  • /wp-includes/general-template.php line 2693
    2689
    2690
    2691
    2692
    2693
    2694
    2695
    2696
    2697
    2698
    2699
         * @param string $get_the_time The formatted time.
         * @param string $format       Format to use for retrieving the time the post
         *                             was written. Accepts 'G', 'U', or PHP date format.
         */
        echo apply_filters( 'the_time', get_the_time( $format ), $format );
    }
     
    /**
     * Retrieves the time at which the post was written.
     *
     * @since 1.5.0