You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the description of the plugin to indicate that it relies on the value of a `DISALLOW_INDEXING` constant and not `WP_ENV`. The latter constant only being used as a reference in an dashboard notice.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,7 @@
28
28
29
29
## Overview
30
30
31
-
This plugin will prevent indexing of a site when [`WP_ENV`](https://docs.roots.io/bedrock/master/environment-variables/#wp-env) or [`wp_get_environment_type()`](https://developer.wordpress.org/reference/functions/wp_get_environment_type/) is not set to `production`.
31
+
This plugin will prevent indexing of a site when `DISALLOW_INDEXING` is set to `true`
32
+
and display a notice in the WordPress dashboard with a reference to the value of
33
+
[`WP_ENV`](https://docs.roots.io/bedrock/master/environment-variables/#wp-env) or
0 commit comments