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
| `block_emails` | null | true | If set to true, this will enable email blocking functionality. |
65
-
| `block_emails_plugin_path` | null | Accept relative path from wp-content directory, eg: `custom-mu-plugins`| If you have set the `MU_PLUGIN_DIR` constant in your wp-config.php file to specify a custom path for mu-plugins, you can use this variable to install Block Emails into your custom mu-plugins directory. |
64
+
| `block_emails` | null | `true`/`false` | If set to true, this will enable email blocking functionality. |
65
+
| `block_emails_plugin_path` | null | Accept relative path from wp-content directory, eg: `custom-mu-plugins`| If you have set the `MU_PLUGIN_DIR` constant in your wp-config.php file to specify a custom path for mu-plugins, you can use this variable to install Block Emails into your custom mu-plugins directory. |
66
66
| `block_emails_plugin_file_name` | 000-block-emails | String without the .php extension. | If you wish to modify the loading position of this plugin within the mu-plugins loading phase. |
67
67
| `WP_VERSION` | null | Any valid WordPress version | If you specify a WordPress version, then that speicifc WordPress version will be downloaded, instead of latest WordPress version. **Note:** Please use double quotes while giving value to this variable. This will have higher priority then the one defined in workflow file. |
68
68
@@ -85,7 +85,7 @@ This GitHub action's behavior can be customized using following environment vari
85
85
| `NODE_BUILD_DIRECTORY` | null | path to valid directory on repository. | Build directory. Generally root directory or directory like frontend. |
86
86
| `NODE_BUILD_COMMAND` | null | `npm run build` or similar command. | Command used to to build the dependencies needed on deployment. |
87
87
| `NODE_BUILD_SCRIPT` | null | path to valid shell script | Custom or predefined script to run after compilation. |
88
-
| `BLOCK_EMAILS` | null | true | If set to true, this will enable email blocking functionality. |
88
+
| `BLOCK_EMAILS` | null | `true`/`false` | If set to true, this will enable email blocking functionality. |
89
89
90
90
All node related variables are completely optional. You can use them if your site needs to have node dependencies built.
0 commit comments