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

1.2.0 2022-12-23 15:41 UTC

This package is auto-updated.

Last update: 2024-04-23 18:18:26 UTC


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');