PagesVersions::addPageVersion() method

Add a new page version and return the added version number

Example

$page = $pages->get(1234);
$version = $pagesVersions->addPageVersion($page);
echo "Added version $version for page $page";

Usage

// basic usage
$int = $pagesVersions->addPageVersion(Page $page);

// usage with all arguments
$int = $pagesVersions->addPageVersion(Page $page, array $options = []);

Arguments

NameType(s)Description
pagePage
options (optional)array
  • description (string): Optional text description for version.
  • names (array): Names of fields/properties to include in the version or omit for all.

Return value

int

Version number or 0 if no version created

Exceptions

Method can throw exceptions on error:

  • WireException or \PDOException


$pagesVersions methods and properties

API reference based on ProcessWire core version 3.0.244

Latest news

  • ProcessWire Weekly #568
    The 568th issue of ProcessWire Weekly brings in all the latest news from the ProcessWire community. Modules, sites, and more. Read on!
    Weekly.pw / 30 March 2025
  • ProcessWire 3.0.244 new main/master version
    ProcessWire 3.0.244 is our newest main/master/stable version. It's been more than a year in the making and is packed with tons of new features, issue fixes, optimizations and more. This post covers all the details.
    Blog / 18 January 2025
  • Subscribe to weekly ProcessWire news

I just love the easy and intuitive ProcessWire API. ProcessWire rocks!” —Jens Martsch, Web developer