Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormatter::spaceAfterBlocks
Method of the class: OutputFormatter{}
No Hooks.
Returns
String.
Usage
$OutputFormatter = new OutputFormatter(); $OutputFormatter->spaceAfterBlocks();
OutputFormatter::spaceAfterBlocks() OutputFormatter::spaceAfterBlocks code WC 10.8.1
public function spaceAfterBlocks()
{
return $this->space('AfterBlocks');
}