Skip to content

Commit c65ccba

Browse files
committed
explanation message for the added filter
1 parent 0bea79b commit c65ccba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Assets/Config.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ public static function add_group_path( string $group_path_slug, string $root, st
9999
/**
100100
* Allows for the group path to be filtered.
101101
*
102+
* This filters allows plugins/themes using the library to modify the root path
103+
* to follow symlinks. The library itself can't handle this on its own,
104+
* because it's not possible to be aware of where the library is placed relative
105+
* to the actual WordPress plugins or themes directories.
106+
*
102107
* @since 1.4.9
103108
*
104109
* @param array $group_path The group path data.

0 commit comments

Comments
 (0)