do_action( 'wp_restore_post_revision', int $post_id, int $revision_id )

Fires after a post revision has been restored.


Description Description


Parameters Parameters

$post_id

(int) Post ID.

$revision_id

(int) Post revision ID.


Top ↑

Source Source

File: wp-includes/revision.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.