Title: thatcodemonkey's Replies | WordPress.org

---

# thatcodemonkey

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebSub (FKA. PubSubHubbub)] Custom Post Type Feed](https://wordpress.org/support/topic/custom-post-type-feed/)
 *  Thread Starter [thatcodemonkey](https://wordpress.org/support/users/thatcodemonkey/)
 * (@thatcodemonkey)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-feed/#post-9943961)
 * Update: After some digging I realized, that the action hook `'publish_post'` 
   does not fire, when a custom post type is published. One has to use another hook
   like `'publish_{{custom_post_type}}'` to catch the publishing and kick-on the
   push to the hub.
    In my case I added `add_action( 'publish_news', array( 'PubSubHubbub_Plugin','
   publish_post' ) );` to the init() funtion in **pubsubhubbub.php**
    -  This reply was modified 8 years, 3 months ago by [thatcodemonkey](https://wordpress.org/support/users/thatcodemonkey/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebSub (FKA. PubSubHubbub)] Custom Post Type Feed](https://wordpress.org/support/topic/custom-post-type-feed/)
 *  Thread Starter [thatcodemonkey](https://wordpress.org/support/users/thatcodemonkey/)
 * (@thatcodemonkey)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-feed/#post-9942482)
 * I noticed that the `<atom:link rel="hub" […]>` tag is missing in my custom post
   type feed xml. Maybe that helps narrowing down the problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geo Mashup] Clustering seems buggy](https://wordpress.org/support/topic/clustering-seems-buggy/)
 *  Thread Starter [thatcodemonkey](https://wordpress.org/support/users/thatcodemonkey/)
 * (@thatcodemonkey)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/clustering-seems-buggy/#post-8856310)
 * [Issue on Github](https://github.com/cyberhobo/wordpress-geo-mashup/issues/778)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] deprecated load on waypoints.js](https://wordpress.org/support/topic/deprecated-load-on-waypoints-js/)
 *  Thread Starter [thatcodemonkey](https://wordpress.org/support/users/thatcodemonkey/)
 * (@thatcodemonkey)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/deprecated-load-on-waypoints-js/#post-8445154)
 * You are welcome!
 * Im using your amazing plugin on production site already, great work.
    Keep on
   hacking!

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