ACF Pro Composer Install

When installing Advanced Custom Fields (ACF) Pro via composer I was getting the following error: “The requested package advanced-custom-fields/advanced-custom-fields-pro could not be found in any version, there may be a typo in the package name.” To resolve this I had to add a custom repository to my composer.json file in the repositories section: { “type”: … Continued

Crontab Template

I’ve been using the following as my template to start cron files: # .—————- minute (0 – 59) # | .————- hour (0 – 23) # | | .———- day of month (1 – 31) # | | | .——- month (1 – 12) OR jan,feb,mar,apr … # | | | | .—- day of … Continued