Skip to content

Commit d3ad9dd

Browse files
committed
readme fix
1 parent 4adaa37 commit d3ad9dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • wordpress-fail2ban/block-bad-requests

wordpress-fail2ban/block-bad-requests/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ require_once( dirname( __FILE__ ) . '/wp-login-bad-request.inc.php' );
1111
```
1212

1313
Or – in a worse case – install it as an mu-plugin, or in the **worst case** as a normal plugin.
14-
It [executes very early](https://wordpress.org/plugins/whats-running/) when require()-d,
15-
as an mu-plugin WordPress loads before it executes,
16-
as a normal plugin the theme and some (any plugin before this one) active plugins are executed before it executes.
17-
You can find out plugin execution order ba a simple wp-cli command
14+
It [executes very early](https://wordpress.org/plugins/whats-running/) when require()-d from `wp-config.php`.
15+
As an mu-plugin WordPress loads before it executes. As a normal plugin the theme and some
16+
(all before this one) active plugins are executed before it executes.
17+
You can find out plugin execution order by this simple wp-cli command:
1818

1919
```
2020
wp option get "active_plugins"

0 commit comments

Comments
 (0)