Title: Daniel Milner's Replies | WordPress.org

---

# Daniel Milner

  [  ](https://wordpress.org/support/users/danielmilner/)

 *   [Profile](https://wordpress.org/support/users/danielmilner/)
 *   [Topics Started](https://wordpress.org/support/users/danielmilner/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danielmilner/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danielmilner/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danielmilner/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danielmilner/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danielmilner/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 66 total)

1 [2](https://wordpress.org/support/users/danielmilner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/danielmilner/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/danielmilner/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/danielmilner/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/danielmilner/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Filter “comments” event type](https://wordpress.org/support/topic/filter-comments-event-type/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/filter-comments-event-type/#post-15078329)
 * Thank you for the clarification and the link to that function. We are already
   ignoring Spam comments so this sounds like something that we should also implement.
   I’ve created a ticket for this on our GitHub repository.
 * [https://github.com/firetreedesign/hey-notify/issues/58](https://github.com/firetreedesign/hey-notify/issues/58)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Filter “comments” event type](https://wordpress.org/support/topic/filter-comments-event-type/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/filter-comments-event-type/#post-15070455)
 * Hello [@zedpelin](https://wordpress.org/support/users/zedpelin/),
 * Could you provide a little more information about “the disallowed keys list”?
   Is that coming from another plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Thumbnail not showing in Discord](https://wordpress.org/support/topic/thumbnail-not-showing-in-discord/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/thumbnail-not-showing-in-discord/#post-14677081)
 * I am glad to hear that you got it sorted out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Only works with new content (Discord)](https://wordpress.org/support/topic/only-works-with-new-content-discord/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/only-works-with-new-content-discord/#post-14666472)
 * [@akiraleir](https://wordpress.org/support/users/akiraleir/) We just released
   an update that should fix this issue. Look for the update in your WordPress Dashboard.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Only works with new content (Discord)](https://wordpress.org/support/topic/only-works-with-new-content-discord/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/only-works-with-new-content-discord/#post-14657600)
 * Does that same Webhook URL work for other types of notifications?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Thumbnail not showing in Discord](https://wordpress.org/support/topic/thumbnail-not-showing-in-discord/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/thumbnail-not-showing-in-discord/#post-14657580)
 * Are the URLs for your website all HTTPS links? For example, [https://mywebsite.com/](https://mywebsite.com/)
 * It looks like Discord requires image URLs to be SSL encrypted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Thumbnail not showing in Discord](https://wordpress.org/support/topic/thumbnail-not-showing-in-discord/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/thumbnail-not-showing-in-discord/#post-14656550)
 * I’m looking in to this…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Custom Status](https://wordpress.org/support/topic/custom-status-7/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/custom-status-7/#post-14656459)
 * It looks like WordPress does not have a way to limit a post status to a specific
   post type. If a new post status is registered to be used with a custom post type,
   it will also be available to regular post and page post types.
 * For example, when you ask WordPress for the statuses available for a post, it
   returns the following:
    - publish
    - future
    - draft
    - pending
    - private
    - trash
    - auto-draft
    - inherit
    - request-pending
    - request-confirmed
    - request-failed
    - request-completed
 * The last four statuses are for the Personal Data Requests (user_request), not
   posts.
 * I would very much like to implement support for custom statuses without displaying
   these status for post types that they are not related to. I need to think through
   what the downside would be for showing these statuses for all post types.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Only works with new content (Discord)](https://wordpress.org/support/topic/only-works-with-new-content-discord/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/only-works-with-new-content-discord/#post-14589701)
 * Hello Akira,
 * I have been unable to duplicate the issue you described. How are you changing
   the status of your posts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Only works with new content (Discord)](https://wordpress.org/support/topic/only-works-with-new-content-discord/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [5 years ago](https://wordpress.org/support/topic/only-works-with-new-content-discord/#post-14543367)
 * I’ll take a look at this and get back to you as soon as possible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Tournament / Teams / Matches creation](https://wordpress.org/support/topic/tournament-teams-matches-creation/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/tournament-teams-matches-creation/#post-14404207)
 * This took a little bit longer to release because we also added Microsoft Teams
   support, but we just pushed out a new version. It should be available in your
   WordPress dashboard.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Tournament / Teams / Matches creation](https://wordpress.org/support/topic/tournament-teams-matches-creation/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/tournament-teams-matches-creation/#post-14371851)
 * [@zeko5851](https://wordpress.org/support/users/zeko5851/) I am actually working
   on it right now. I think that I found a fix, but I need to do some testing on
   it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Tournament / Teams / Matches creation](https://wordpress.org/support/topic/tournament-teams-matches-creation/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/tournament-teams-matches-creation/#post-14357956)
 * [@zeko5851](https://wordpress.org/support/users/zeko5851/) If you wouldn’t mind
   sending the template file to [support@heynotifywp.com](https://wordpress.org/support/users/danielmilner/replies/support@heynotifywp.com?output_format=md),
   I can take a look at it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Tournament / Teams / Matches creation](https://wordpress.org/support/topic/tournament-teams-matches-creation/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/tournament-teams-matches-creation/#post-14357679)
 * What I am trying to figure out is how the Tournaments, Macthes, and Teams are
   being created. It’s possible that they are bypassing the WordPress method for
   creating posts/pages (possibly by using direct database calls) and are therefore
   not triggering any events.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hey Notify] Tournament / Teams / Matches creation](https://wordpress.org/support/topic/tournament-teams-matches-creation/)
 *  Plugin Author [Daniel Milner](https://wordpress.org/support/users/danielmilner/)
 * (@danielmilner)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/tournament-teams-matches-creation/#post-14357152)
 * Thank you for that information. What plugin is being used to created that content
   on the frontend?

Viewing 15 replies - 1 through 15 (of 66 total)

1 [2](https://wordpress.org/support/users/danielmilner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/danielmilner/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/danielmilner/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/danielmilner/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/danielmilner/replies/page/2/?output_format=md)