| 2634 | | * @param string $path Optional. Path relative to the plugins url. |
| 2635 | | * @param string $plugin Optional. The plugin file that you want to be relative to - i.e. pass in __FILE__ |
| 2636 | | * @return string Plugins url link with optional path appended. |
| | 2635 | * @param string $path Optional. Extra path appended to the end of the URL, including |
| | 2636 | * the relative directory if $plugin is supplied. Default empty. |
| | 2637 | * @param string $plugin Optional. A full path to a file inside a plugin or mu-plugin. |
| | 2638 | * The URL will be relative to its directory. Default empty. |
| | 2639 | * Typically this is done by passing `__FILE__` as the argument. |
| | 2640 | * @return string Plugins URL link with optional paths appended. |