get_placeholder_page(); return null !== $placeholder && $post instanceof \WP_Post && $placeholder->post_name === $post->post_name; } /** * Should return the title of the page. * * @return string */ public static function get_template_title() { return __( 'Cart', 'woocommerce' ); } }