As a website owner utilizing the powerful WordPress content management system, you understand the significance of maintaining a secure admin dashboard. This is where crucial site management tasks take place, and it’s essential to limit access to authorized individuals even if their user role already all the actions. With the following code snippet, you can… Continue reading Restricting Access to the WordPress Admin Dashboard
Category: back end
Imitating a frequent cron job with php
Sometimes you may run into situation where you would need to set a cron job but your hosting provider doesn’t support them or only allows you to run scheduled jobs for example only once in hour when you would need to do a task more often. In my case I ran into latter case and… Continue reading Imitating a frequent cron job with php