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