Title: [Plugin: WordPress Mobile Pack] Situation with admin-ajax.php
Last modified: August 20, 2016

---

# [Plugin: WordPress Mobile Pack] Situation with admin-ajax.php

 *  [Sebastian Echeverry](https://wordpress.org/support/users/sebaxtian/)
 * (@sebaxtian)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-mobile-pack-situation-with-admin-ajaxphp/)
 * Because of how wpmp_switcher.php treats an admin page, it overwrites any call
   to admin-ajax.php.
 * To solved this situation change line 84 from wpmp_switcher.php with this
 * `if ( ( is_admin() || strtolower(substr($_SERVER['REQUEST_URI'], -9))=='/wp-admin')&&(
   strpos( $_SERVER['REQUEST_URI'], 'admin-ajax.php' )===false ) ) {`
 * Hope this will help.
 * [http://wordpress.org/extend/plugins/wordpress-mobile-pack/](http://wordpress.org/extend/plugins/wordpress-mobile-pack/)

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

 *  [Linuxer](https://wordpress.org/support/users/linuxer/)
 * (@linuxer)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpress-mobile-pack-situation-with-admin-ajaxphp/#post-3030605)
 * Thank you so much this really helped me to solve my problem after spending a 
   few hours with this plugin 🙂 Thanks again.
 *  [Zahak](https://wordpress.org/support/users/zahak/)
 * (@zahak)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-mobile-pack-situation-with-admin-ajaxphp/#post-3030615)
 * Is this something that mobile-pack-crew is planning to solve?

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

The topic ‘[Plugin: WordPress Mobile Pack] Situation with admin-ajax.php’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-mobile-pack_7b7875.svg)
 * [WordPress Mobile Pack - Mobile Plugin for Progressive Web Apps & Hybrid Mobile Apps](https://wordpress.org/plugins/wordpress-mobile-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-mobile-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-mobile-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-mobile-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-mobile-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-mobile-pack/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Zahak](https://wordpress.org/support/users/zahak/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-mobile-pack-situation-with-admin-ajaxphp/#post-3030615)
 * Status: not resolved