Title: Wp admin ajax Problem
Last modified: December 4, 2023

---

# Wp admin ajax Problem

 *  Resolved [devworlds](https://wordpress.org/support/users/devworlds/)
 * (@devworlds)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-ajax-problem/)
 * Hi,
 * I’m getting issue with wp admin-ajax.php too many request from action name — **
   dokan_pageview**
 * I’m using shared hosting and getting 404 error because off their limitation.
 * I have already installed and deactivate WooCommerce fragments cart.
 * But still noticing this from dokan can you please help me to reduce it.
 * ** I’m using wp-rocket for minify.
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwp-admin-ajax-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Jahidul Hassan Mojumder](https://wordpress.org/support/users/jahidulhassan/)
 * (@jahidulhassan)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-ajax-problem/#post-17259025)
 * HI [@devworlds](https://wordpress.org/support/users/devworlds/),
 * If you want to remove the scripts related to **dokan_pageview**, the pageview
   feature will no longer work on your site. If you want to proceed with that, please
   try adding the below-mentioned code to your child theme’s **functions.php** or
   use a code snippet plugin like [this one](https://wordpress.org/plugins/code-snippets/).
 * `remove_action( 'wp_ajax_dokan_pageview', dokan()->pageview->update_ajax() );`
 * `remove_action( 'wp_ajax_nopriv_dokan_pageview', dokan()->pageview->update_ajax());`
 * I hope it helps. Thanks!
 *  Thread Starter [devworlds](https://wordpress.org/support/users/devworlds/)
 * (@devworlds)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-ajax-problem/#post-17260362)
 * Hi,
 * After i add this getting **critical error** on site.
 * thank you
 *  Plugin Support [Jahidul Hassan Mojumder](https://wordpress.org/support/users/jahidulhassan/)
 * (@jahidulhassan)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-ajax-problem/#post-17265145)
 * Hi there,
 * I am really sorry to hear that. Please try the below-mentioned code.
 *     ```wp-block-code
       add_action( 'init', function () {
           remove_action( 'wp_ajax_dokan_pageview', dokan()->pageview->update_ajax() );
           remove_action( 'wp_ajax_nopriv_dokan_pageview', dokan()->pageview->update_ajax() );
       }, 99 );
       ```
   
 *  Thread Starter [devworlds](https://wordpress.org/support/users/devworlds/)
 * (@devworlds)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-ajax-problem/#post-17268473)
 * Hi,
 * Sorry still not fix.
 * after i applied this code. showing **-1** on browser window.
 * here is snapshot– [https://imgur.com/nuLGEpN](https://imgur.com/nuLGEpN)
 * thank you
 *  [Tanvir Hasan](https://wordpress.org/support/users/tanvirh/)
 * (@tanvirh)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/wp-admin-ajax-problem/#post-17281874)
 * Hi [@devworlds](https://wordpress.org/support/users/devworlds/)
 * We apologize for the inconvenience you’re experiencing, and we regret that the
   provided solution did not yield the expected results.
 * At this point, it seems that resolving your issue may require more in-depth and
   customized assistance. Unfortunately, we currently do not have an alternative
   solution readily available.
 * To address your specific requirements, we recommend consulting with a WordPress
   customization expert or developer. They can provide tailored assistance and implement
   a solution that aligns with your needs.
 * We appreciate your understanding and patience.
 * Thanks!
 *  [Tanvir Hasan](https://wordpress.org/support/users/tanvirh/)
 * (@tanvirh)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/wp-admin-ajax-problem/#post-17295436)
 * Hi [@devworlds](https://wordpress.org/support/users/devworlds/)
 * As we haven’t heard back from you for a while, we’ll consider this topic resolved.
   If you encounter any further issues, please don’t hesitate to open a new topic.
 * Thanks!

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

The topic ‘Wp admin ajax Problem’ is closed to new replies.

 * ![](https://ps.w.org/dokan-lite/assets/icon-256x256.gif?rev=3239229)
 * [Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy](https://wordpress.org/plugins/dokan-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dokan-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dokan-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/dokan-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dokan-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dokan-lite/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Tanvir Hasan](https://wordpress.org/support/users/tanvirh/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/wp-admin-ajax-problem/#post-17295436)
 * Status: resolved