porter_blockstyle_args
apply_filters( 'porter_blockstyle_args', ... );Description
Parameters
Position
Variable
Description
Example
add_filter( 'porter_blockstyle_args', function ( $value, $blockName, , $styles ) {
// Modify value here.
return $value;
} );Last updated