WP Manifestindependent plugin directory
manifest / security / wp-cron-auth

WP-CRON Basic Auth

Enable CRON behind basic auth.

by Briteweb · github.com/briteweb/wp-cron-auth · website

1stars
1.4kcomposer installs
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/briteweb/wp-cron-auth/archive/refs/heads/main.zip

Also on Packagist as briteweb/wp-cron-auth:

composer require briteweb/wp-cron-auth

From the readme

Constants The plugin requires the following constants to be defined - WPCRONHTTPBASICUSERNAME - WPCRONHTTPBASICPASSWORD Bedrock If you're using bedrock, add this block to config/application.php to define the constants. And the following lines to .env and .env.example

Read the full README on GitHub →