• It would be great to also be able to set the webhook on custom post types when adding the add_action function

Viewing 1 replies (of 1 total)
  • Thread Starter Luke Alford

    (@luke-alford)

    I see you have filters available

    I’ve tried the following

    add_action( 'publish_gd_events', array( WP_Discord_Post::instance()->post, 'send' ), 10, 2 );
    apply_filters( 'wp_discord_post_gd_events_webhook_url', 'url');

    but it continues to post to the original webhook.

    • This reply was modified 6 years, 4 months ago by Luke Alford.
Viewing 1 replies (of 1 total)
  • The topic ‘Set webhook on custom post types’ is closed to new replies.