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