Active Matrimonial CMS Documentation
- How to manage Addons?
- How to set up the Home pages part?
- How to manage Policy Pages?
- How to manage Custom Pages?
- How to Set up the General Part?
- How to set up a Website Language?
- How to manage Payment Methods?
- How to manage Email Templates?
- How to configure Third Party Settings?
- How to configure Social Media login API?
- How to deactivate a member account?
- How to Manage Stories?
- How to add Cron Job to check the package validity?
- How to add bulk Members?
- How to manage Members Profile Attributes?
- How to manage Members Profile sections?
- How to manage Premium Packages?
- How to manage Manual Package Payments?
- How to purchase a package by a member?
How to add Cron Job to check the package validity?
Answer:
Cron Job Add Instruction:
You Must Add A Cron Job To Check The Validity Of The Members Package.
- To set a cron job, log in to your cpanel and find the Cron Jobs option.
- Go to Cron Jobs.
- Add a new Cron Job.
- Select time period of Every Day
- Set command as, wget -O – http://your-domain-name.com/check_for_package_invalid

