Viewing 1 replies (of 1 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Yes, it is, but you’ll need to create an action in the code that will hit it.

    Ie. when cron task name is ping_custom_url you could do in PHP:

    add_action( 'ping_custom_url', function() {
        wp_remote_get( 'https://custom.url' );
    } );
    • This reply was modified 5 years, 5 months ago by Kuba Mikita. Reason: formatting
Viewing 1 replies (of 1 total)

The topic ‘Specific URL cronjob’ is closed to new replies.