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