Automattic\WooCommerce\Blocks\Templates
ComingSoonSocialLinksTemplate::get_placeholder_page
Returns the page object assigned to this template/page.
Method of the class: ComingSoonSocialLinksTemplate{}
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();
ComingSoonSocialLinksTemplate::get_placeholder_page() ComingSoonSocialLinksTemplate::get placeholder page code WC 10.6.2
protected function get_placeholder_page() {
return null;
}