wp_restore_post_revision

wp_restore_post_revision

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wp_restore_post_revision') is found 1 times:

  • /wp-includes/revision.php line 511
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
         *
         * @param int $post_id     Post ID.
         * @param int $revision_id Post revision ID.
         */
        do_action( 'wp_restore_post_revision', $post_id, $revision['ID'] );
     
        return $post_id;
    }
     
    /**
     * Restore the revisioned meta values for a post.

See this hook used in plugins: