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