IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 1553 | 1553 | * Filter the list of rewrite rules formatted for output to an .htaccess file. |
| 1554 | 1554 | * |
| 1555 | 1555 | * @since 1.5.0 |
| | 1556 | * @since 4.6.0 Introduced the `$home_root` parameter. |
| 1556 | 1557 | * |
| | 1558 | * @param string $home_root Home root path. |
| 1557 | 1559 | * @param string $rules mod_rewrite Rewrite rules formatted for .htaccess. |
| 1558 | 1560 | */ |
| 1559 | | $rules = apply_filters( 'mod_rewrite_rules', $rules ); |
| | 1561 | $rules = apply_filters( 'mod_rewrite_rules', $rules, $home_root ); |
| 1560 | 1562 | |
| 1561 | 1563 | /** |
| 1562 | 1564 | * Filter the list of rewrite rules formatted for output to an .htaccess file. |