get_the_time

get_the_time

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_the_time') is found 1 times:

  • /wp-includes/general-template.php line 2729
    2725
    2726
    2727
    2728
    2729
    2730
    2731
    2732
    2733
    2734
    2735
         * @param string      $format   Format to use for retrieving the time the post
         *                              was written. Accepts 'G', 'U', or PHP date format.
         * @param WP_Post     $post     Post object.
         */
        return apply_filters( 'get_the_time', $the_time, $format, $post );
    }
     
    /**
     * Retrieves the time at which the post was written.
     *
     * @since 2.0.0