porter_block_path
Last updated
Type: Filter
Location: includes/traits/blocks.php:68
apply_filters( 'porter_block_path', ... );Modify the value passed through this filter to customise PorterWP behaviour.
1
$path
Description pending
add_filter( 'porter_block_path', function ( $value ) {
// Modify value here.
return $value;
} );Last updated