get_the_time

get_the_time

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_the_time') is found 1 times:

  • /wp-includes/general-template.php line 2715
    	 * @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