Title: Code fixes and adjustments
Last modified: August 21, 2016

---

# Code fixes and adjustments

 *  Resolved [Allprowebworks](https://wordpress.org/support/users/allprowebworks/)
 * (@allprowebworks)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/code-fixes-and-adjustments/)
 * Proposed fixes and adjustments:
 * /classes/em-booking.php line 357:
    `apply_filters('em_booking_get_price', $this-
   >booking_price, $this);`
 * Should be:
    `$this->booking_price = apply_filters('em_booking_get_price', $this-
   >booking_price, $this);`
 * /em-actions.php line 635:
    `add_action('init','em_init_actions',11);`
 * Increase priority value to allow plugins to register their custom post types 
   and taxonomies (specifically pods) for use in AJAX requests:
    `add_action('init','
   em_init_actions',15);`
 * Thank you for considering these adjustments.
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/code-fixes-and-adjustments/#post-5010689)
 * thanks, will let the devs know about this.

Viewing 1 replies (of 1 total)

The topic ‘Code fixes and adjustments’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/code-fixes-and-adjustments/#post-5010689)
 * Status: resolved