File tree Expand file tree Collapse file tree
wordpress-fail2ban/block-bad-requests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ require_once( dirname( __FILE__ ) . '/wp-login-bad-request.inc.php' );
1111```
1212
1313Or – 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```
2020wp option get "active_plugins"
You can’t perform that action at this time.
0 commit comments