Automattic\WooCommerce\Blocks\BlockTypes\OrderConfirmation
AbstractOrderConfirmationBlock::render_content_fallback
This is what gets rendered when the order does not exist. Renders nothing by default, but can be overridden by child classes.
Method of the class: AbstractOrderConfirmationBlock{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->render_content_fallback();
AbstractOrderConfirmationBlock::render_content_fallback() AbstractOrderConfirmationBlock::render content fallback code WC 10.8.1
protected function render_content_fallback() {
return '';
}