quotes_dlx_block_wrapper_classes

Change the block class attributes to output on wrapper.

Change or modify the classes that are output around the block HTML code.

Location: php/Blocks.php

/**
 * 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
);

Last updated