get_feed_build_date

get_feed_build_date

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_feed_build_date') is found 1 times:

  • /wp-includes/feed.php line 741
    	 * @param string|false $max_modified_time Date the last post or comment was modified in the query, in UTC.
    	 *                                        False on failure.
    	 * @param string       $format            The date format requested in get_feed_build_date().
    	 */
    	return apply_filters( 'get_feed_build_date', $max_modified_time, $format );
    }
    
    /**
     * Returns the content type for specified feed type.
     *
     * @since 2.8.0