Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormatter::spaceAfterBlockspublicWC 1.0

Method of the class: OutputFormatter{}

No Hooks.

Returns

String.

Usage

$OutputFormatter = new OutputFormatter();
$OutputFormatter->spaceAfterBlocks();

OutputFormatter::spaceAfterBlocks() code WC 10.8.1

public function spaceAfterBlocks()
{
    return $this->space('AfterBlocks');
}