quotes_dlx_block_wrapper_classes
Change the block class attributes to output on wrapper.
Last updated
Was this helpful?
Change the block class attributes to output on wrapper.
Last updated
Was this helpful?
Was this helpful?
Change or modify the classes that are output around the block HTML code.
/**
* Filter: quotes_dlx_block_wrapper_classes
*
* Change the block class attributes to output on wrapper.
*
* @since 1.0.0
*
* @param array Array of CSS classes.
*/
$block_wrapper_classes = apply_filters(
'quotes_dlx_block_wrapper_classes',
$default_wrapper_classes
);