/**
* Method to add a path to the list of filter include paths.
*
* @param mixed $new A path or array of paths to add.
*
* @return array The list of paths that have been added.
*
* @since 4.0.0
*/
public static function addFilterPath($new = null)
{
return self::addPath('filter', $new);
}