tombroucke / otomaties-wp-cron-basic-auth
Fix for WP Cron when using Basic Auth
Installs: 292
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
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');