do_action( 'untrashed_post', int $post_id )
Fires after a post is restored from the trash.
Parameters
- $post_id
-
Post ID.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |
Fires after a post is restored from the trash.
Post ID.
File: wp-includes/post.php
Version | Description |
---|---|
WP-2.9.0 | Introduced. |