archive_blog WordPress Action Hook
The archive_blog hook is a custom WordPress hook that allows you to add an archive of your blog posts to your WordPress site. This is a great way to keep your blog posts organized and accessible to your readers.
do_action( 'archive_blog', int $site_id ) #
Fires when the ‘archived’ status is added to a site.
Parameters
- $site_id
(int)Site ID.
Source
File: wp-includes/ms-site.php
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |