• Resolved tradesouthwest

    (@tradesouthwestgmailcom)


    Howdy, Is there any practical way to add a cron job to this plugin or does the plugin only pull requests on a page refresh only?

    wp_schedule_event(time(), 'hourly', 'my_schedule_hook', $args)

    The above would be my preference-to use WP core-but using a plugin is always viable.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author boybawang

    (@boybawang)

    Hi there –

    There’s currently no implementation of cron within the plugin. Jobs are only pulled in on page refresh/navigation.

    Can you give me a bit more detail on what you’re trying to accomplish using cron?

    Thanks

    Thread Starter tradesouthwest

    (@tradesouthwestgmailcom)

    Thanks for the fast response. I was trying to set up a cron to pull from certain categories of Job2 yet the refresh seems to be sufficient for now. I believe I can find a workable solution as your base is easy to work with.

    Currently using WPJobManger and Jobify but was looking for a better way to import listings dynamically.

    Plugin Author boybawang

    (@boybawang)

    Good deal. Thanks for the info and best of luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cron Job’ is closed to new replies.