get_feed_build_date

get_feed_build_date

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_feed_build_date') is found 1 times:

  • /wp-includes/feed.php line 753
    749
    750
    751
    752
    753
    754
    755
    756
    757
    758
    759
         * @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