Skip to content

Briteweb/wp-cron-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Constants

The plugin requires the following constants to be defined

  • WP_CRON_HTTP_BASIC_USERNAME
  • WP_CRON_HTTP_BASIC_PASSWORD

Bedrock

If you're using bedrock, add this block to config/application.php to define the constants.

/**
 * WP CRON basic authentication
 */
Config::define('WP_CRON_HTTP_BASIC_USERNAME', env('WP_CRON_HTTP_BASIC_USERNAME'));
Config::define('WP_CRON_HTTP_BASIC_PASSWORD', env('WP_CRON_HTTP_BASIC_PASSWORD'));

And the following lines to .env and .env.example

WP_CRON_HTTP_BASIC_USERNAME=
WP_CRON_HTTP_BASIC_PASSWORD=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages