Title: make script work every week once
Last modified: September 10, 2022

---

# make script work every week once

 *  Resolved [roadlink](https://wordpress.org/support/users/roadlink/)
 * (@roadlink)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/make-script-work-every-week-once/)
 * Hi there,
 * I have a script which resize pictures.
    it is resize.sh file.
 * Can I make it work every week with this plugin?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Kuba Mikita](https://wordpress.org/support/users/kubitomakita/)
 * (@kubitomakita)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/make-script-work-every-week-once/#post-16004261)
 * Hi, if it’s a bash script you’d be better off using the server crontab, instead
   of the plugin
 *  Thread Starter [roadlink](https://wordpress.org/support/users/roadlink/)
 * (@roadlink)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/make-script-work-every-week-once/#post-16006721)
 * Hi,
    Thanks for reply, yes it is. But pressable doesn’t offer server side cron
   🙁 Thus I am looking for a solution
    -  This reply was modified 3 years, 9 months ago by [roadlink](https://wordpress.org/support/users/roadlink/).
 *  Plugin Author [Kuba Mikita](https://wordpress.org/support/users/kubitomakita/)
 * (@kubitomakita)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/make-script-work-every-week-once/#post-16023359)
 * Oh, in this case, I don’t think they’ll allow executing bash scripts from the
   PHP runtime.
 *  Thread Starter [roadlink](https://wordpress.org/support/users/roadlink/)
 * (@roadlink)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/make-script-work-every-week-once/#post-16145028)
 * Hi,
 * It is their official reply. They say it is possible.
    Is it possible with your
   plugin?
 * thanks a lot.
 * > “We currently do not offer server-side cron jobs at Pressable. However, it 
   > is possible to create and manage cron jobs on your WordPress site programmatically,
   > or by using a plugin. WordPress offers an internal system from cron called “
   > wp-cron” (Function reference: [https://codex.wordpress.org/Function_Reference/wp_cron](https://codex.wordpress.org/Function_Reference/wp_cron))
   > which runs a hooked function at a set interval.”
 *  Plugin Author [Kuba Mikita](https://wordpress.org/support/users/kubitomakita/)
 * (@kubitomakita)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/make-script-work-every-week-once/#post-16147182)
 * Hi,
 * yes, with our plugin you can schedule a WP Cron with a recurring job, but the
   script needs to be written in PHP. It doesn’t have a direct connection to the
   shell. If Pressable doesn’t provide server-cron, I don’t think they’ll allow 
   executing bash scripts from PHP.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘make script work every week once’ is closed to new replies.

 * ![](https://ps.w.org/advanced-cron-manager/assets/icon.svg?rev=3096140)
 * [Advanced Cron Manager - debug & control](https://wordpress.org/plugins/advanced-cron-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-cron-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-cron-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-cron-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-cron-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-cron-manager/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Kuba Mikita](https://wordpress.org/support/users/kubitomakita/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/make-script-work-every-week-once/#post-16147182)
 * Status: resolved