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