| 
  How to set up a cron job for aMember Plugin ?

 aMember Plugin is installed on my server, and I want to set up a cron job to trigger aMember Plugin's cron job script.
 Our webcron service is fully compatible for triggering aMember Plugin's cron job script.
 Just follow below theses steps to configure cron job for aMember Plugin :
 
 
  Open your wp-config.phpAdd define('DISABLE_WP_CRON', true);to your wp-config.php file to disable the WP Cron System.
   
 Open your webcron dashboard          click on " " button.   
 Set up cron job for  aMember Plugin  In field "URL you want to execute...", paste the URL you copied. e.g.  http://www.example.com/amember/cron.php
 (replace www.example.com with your install location).
 For aMember Plugin, configure the Cronjob TimeOut on 180 sec.
 
 Checkout below screenshot:
 If necessary, finish the other optional settings. (Alerts) 
 Click "  " button.    
 |