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