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