Automattic\WooCommerce\Blocks\Templates

AbstractPageTemplate::get_placeholder_page()protectedWC 1.0

Returns the page object assigned to this template/page.

Method of the class: AbstractPageTemplate{}

No Hooks.

Return

\WP_Post|null. Post object or null.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_placeholder_page();

AbstractPageTemplate::get_placeholder_page() code WC 9.4.2

abstract protected function get_placeholder_page();