Constants

'BC_BLOCKS_CLEAN_ROW_CLASS'

Description

Define the constant in Base.php inside of setup_constants(). When defined as true it will strip the default classes from the .row elements.

Parameters

(bool) (Required) Set to true if you want to strip classes from rows.

Logic that runs when defined as true.

File: battlecat-blocks/src/Core/BlockAtts.php

Example:

define( 'BC_BLOCKS_CLEAN_ROW_CLASS', true );

Want to change the classes? See here

'BC_BLOCKS_CLEAN_COL_CLASS'

Description

Define the constant in Base.php inside of setup_constants(). When defined as true it will strip the default classes from the .col elements.

Parameters

(bool) (Required) Set to true if you want to strip classes from rows.

Logic that runs when defined as true.

File: battlecat-blocks/src/Core/BlockAtts.php

Example:

define( 'BC_BLOCKS_CLEAN_COL_CLASS', true );

Want to change the classes? See here