Beschreibung
This plugin enables WP Cron on sites using HTTP Authentication.
Wie man es benutzt: Besuche die Plugin-Einstellungen, gib deine HTTP-Auth Identifizierungsdaten ein, speichere die Änderungen, und fertig.
Alles geschieht lautlos und automatisch im Hintergrund.
New! Supports defined constants via wp-config.php (learn more)
Datenschutz
Dieses Plugin sammelt und speichert keine Nutzerdaten. Es setzt keine Cookies und stellt keine Verbindung zu Drittanbietern her. Somit hat dieses Plugin keinen Einfluss auf die Privatsphäre des Nutzers.
WP Cron HTTP Auth is developed and maintained by Jeff Starr, 15-year WordPress developer and book author.
Support development
I develop and maintain this free plugin with love for the WordPress community. To show support, you can make a donation or purchase one of my books:
- The Tao of WordPress
- Digging into WordPress
- .htaccess made easy
- WordPress Themes In Depth
- Wizard’s SQL Recipes for WordPress
And/or purchase one of my premium WordPress plugins:
- BBQ Pro – Super fast WordPress firewall
- Blackhole Pro – Automatically block bad bots
- Banhammer Pro – Monitor traffic and ban the bad guys
- GA Google Analytics Pro – Connect WordPress to Google Analytics
- Simple Ajax Chat Pro – Unlimited chat rooms
- USP Pro – Unlimited front-end forms
Links, tweets and likes also appreciated. Thank you! 🙂
Installation
Installation des Plugins
- Lade das Plugin auf deinen Blog hoch und aktiviere es
- Besuche die Plugin-Einstellungen um Optionen zu konfigurieren
Mehr Infos zur Installation von WP Plugins
Using Constants
Thanks to feedback from @nowakpiotrek, this plugin supports username and password constants defined in WordPress wp-config.php
. So instead of entering the username and password via the plugin settings, you can add the following definitions to the wp-config.php
file, just before the line that says, „That’s all, stop editing!“ There you can add the following code:
define('WP_CRON_HTTP_AUTH_USERNAME', 'your-http-auth-username');
define('WP_CRON_HTTP_AUTH_PASSWORD', 'your-http-auth-password');
Change your-http-auth-username
and your-http-auth-password
to match your username and password, respectively. After saving changes, you can verify the new constants are working by visiting the plugin settings page. If the constants are working, the username and password options will be greyed out, with a message that says, „Username/Password set in wp-config.php“.
Deinstallation
Dieses Plugin räumt hinter sich selbst auf. Alle Plugin-Einstellungen werden aus deiner Datenbank entfernt, wenn das Plugin über den Plugins-Bildschirm deinstalliert wird.
Standard-Optionen wiederherstellen
Um die Standardoptionen wiederherzustellen, deinstalliere das Plugin über den WP Plugins Bildschirm und installiere es dann neu.
Gefällt dir das Plugin?
Wenn du WP Cron HTTP Auth magst, nimm dir bitte einen Moment Zeit, um eine 5-Sterne-Bewertung abzugeben. Es hilft uns, die Entwicklung und den Support aufrechtzuerhalten. Danke dir!
FAQ
-
Funktioniert das auch für WP Multisites?
-
Ja, dieses Plugin funktioniert hervorragend auf Multisites.
-
How to test if the plugin is working?
-
To test if this plugin is working, follow these steps:
-
Install and activate the excellent plugin, WP Crontrol
-
Visit the „Cron Events“ screen in the WP Admin Area (under Tools menu)
-
Look for a warning message at the top of the screen that says:
„There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron events on your site may not work. The problem was: Unexpected HTTP response code: 401“
If the warning message is displayed, then HTTP Auth is blocking WP Cron. Otherwise, if no warning message is displayed, WP Cron is working normally.
Note: after testing it is fine to delete the WP Crontrol plugin if no longer needed.
-
-
Hast Du Fragen?
-
Sende Rückfragen und Feedback über mein Kontaktformular
Rezensionen
Mitwirkende & Entwickler
„WP Cron HTTP Auth“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„WP Cron HTTP Auth“ wurde in 2 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „WP Cron HTTP Auth“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
Wenn du WP Cron HTTP Auth magst, nimm dir bitte einen Moment Zeit, um eine 5-Sterne-Bewertung abzugeben. Es hilft uns, die Entwicklung und den Support aufrechtzuerhalten. Danke dir!
3.1 (2024/10/15)
- Tests on WordPress 6.7
Full changelog @ https://plugin-planet.com/wp/changelog/wp-cron-http-auth.txt