Title: ascdev's Replies - page 2 | WordPress.org

---

# ascdev

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/users/ascdev/replies/?output_format=md) [1](https://wordpress.org/support/users/ascdev/replies/?output_format=md)
2

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Pods creating spurious CPT on install](https://wordpress.org/support/topic/pods-creating-spurious-cpt-on-install/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/pods-creating-spurious-cpt-on-install/#post-13553393)
 * Problem solved.
 * I found the source of the rogue post types.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Pods creating spurious CPT on install](https://wordpress.org/support/topic/pods-creating-spurious-cpt-on-install/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/pods-creating-spurious-cpt-on-install/#post-13552463)
 * ..
    and tried to unregister these rogue post types. I am using add_action(‘init’,’
   xxx’,10,2) . Is this the correct timing to run the unregister??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Pods creating spurious CPT on install](https://wordpress.org/support/topic/pods-creating-spurious-cpt-on-install/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/pods-creating-spurious-cpt-on-install/#post-13552443)
 * Yes I agree.
    So I have searched through every plugin & my theme for the register_post_type/
   register_taxonomy functions. Nothing found.
 * Thanks for tip about Health Check – I’ll give that a try.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Pods creating spurious CPT on install](https://wordpress.org/support/topic/pods-creating-spurious-cpt-on-install/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/pods-creating-spurious-cpt-on-install/#post-13552175)
 * Yes sure, but that is what is odd. These post types and taxonomies do not appear
   to exist in my database. None of the themes or plugins are creating them – I’ve
   done a thorough check and a thorough check in the database (SQL). I can’t find
   any references whatsoever.
 * That’s why I was looking for guidance on where Pods is picking these up from.
   
   Is there a debug mode?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Default map scaling](https://wordpress.org/support/topic/default-map-scaling/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/default-map-scaling/#post-13330182)
 * The default map zoom parameter can set through a filter.
 * I added this code to my theme functions.php:
    add_filter( ’em_location_google_maps_embed_args’,‘
   asc_change_map_args’ ); function asc_change_map_args() { return array( ‘maptype’
   => ‘roadmap’, ‘zoom’ => 10, // default = 15 in the event manager class ‘key’ 
   => get_option(‘dbem_google_maps_browser_key’) ); }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import and export users and customers] How to not update role for existing users?](https://wordpress.org/support/topic/how-to-not-update-role-for-existing-users/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-not-update-role-for-existing-users/#post-12939104)
 * Yes, issue is now fixed. Brilliant.
 * Many thanks for the prompt resolution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import and export users and customers] How to not update role for existing users?](https://wordpress.org/support/topic/how-to-not-update-role-for-existing-users/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-not-update-role-for-existing-users/#post-12927232)
 * Yes, I’m on a multisite
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Photo Album Plus] Problem with thumbnail resize](https://wordpress.org/support/topic/problem-with-thumbnail-resize/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/problem-with-thumbnail-resize/#post-12927019)
 * Thanks that worked a treat.
    Though I also needed to temporarily set initial 
   width as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import and export users and customers] How to not update role for existing users?](https://wordpress.org/support/topic/how-to-not-update-role-for-existing-users/)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-not-update-role-for-existing-users/#post-12922987)
 * Yes, I am using the backend importer.
 * I still cannot import meta data into an existing user without changing the user
   role.
 * I am using “Update roles for existing users” = “no”
    I have disabled all plugins–
   so no plugin interaction. Whenever I import a CSV file for an existing user, 
   the role gets update to the default role.

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/users/ascdev/replies/?output_format=md) [1](https://wordpress.org/support/users/ascdev/replies/?output_format=md)
2