Automattic\WooCommerce\Blocks\Templates
ComingSoonTemplate::get_placeholder_page
Returns the page object assigned to this template/page.
Method of the class: ComingSoonTemplate{}
No Hooks.
Returns
\WP_Post|null
. Post object or null.
Usage
// protected - for code of main (parent) or child class $result = $this->get_placeholder_page();
ComingSoonTemplate::get_placeholder_page() ComingSoonTemplate::get placeholder page code WC 9.9.5
protected function get_placeholder_page() { return null; }