get_lastpostmodified

get_lastpostmodified

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_lastpostmodified') is found 1 times:

  • /wp-includes/post.php line 7470
    7466
    7467
    7468
    7469
    7470
    7471
    7472
    7473
    7474
    7475
    7476
         * @param string       $timezone         Location to use for getting the post modified date.
         *                                       See get_lastpostdate() for accepted `$timezone` values.
         * @param string       $post_type        The post type to check.
         */
        return apply_filters( 'get_lastpostmodified', $lastpostmodified, $timezone, $post_type );
    }
     
    /**
     * Gets the timestamp of the last time any post was modified or published.
     *
     * @since 3.1.0