tombroucke / otomaties-wp-cron-basic-auth
There is no license information available for the latest version (1.2.0) of this package.
Fix for WP Cron when using Basic Auth
Package info
github.com/tombroucke/otomaties-wp-cron-basic-auth
Type:wordpress-muplugin
pkg:composer/tombroucke/otomaties-wp-cron-basic-auth
1.2.0
2022-12-23 15:41 UTC
Requires (Dev)
README
Installation
composer require tombroucke/otomaties-wp-cron-basic-auth
Configuration
Bedrock
In .env on staging website:
BASIC_AUTH_USER='your-basic-auth-username'
BASIC_AUTH_PASS='your-basic-auth-your-password'
Vanilla WP
In wp-config.php
define('BASIC_AUTH_USER', 'your-basic-auth-username'); define('BASIC_AUTH_PASS', 'your-basic-auth-your-password');