Title: reckless's Replies | WordPress.org

---

# reckless

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using AJAX in the admin](https://wordpress.org/support/topic/using-ajax-in-the-admin/)
 *  [reckless](https://wordpress.org/support/users/reckless/)
 * (@reckless)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/using-ajax-in-the-admin/#post-592680)
 * Found my issue. I was not loading my plugin objects if the invocation was not
   an Admin – using is_admin() – so I was partly on the track with the session configuration
   for the AJAX request. With an AJAX invocation the is_admin call returned false.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using AJAX in the admin](https://wordpress.org/support/topic/using-ajax-in-the-admin/)
 *  [reckless](https://wordpress.org/support/users/reckless/)
 * (@reckless)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/using-ajax-in-the-admin/#post-592679)
 * Just started developing a plugin and this is where I’ve also got to! I’m using
   WordPress 2.5.
 * The Javascript call is made but when the wp_ajax call is forwarded the expression`
   if ( !isset($wp_filter[$tag]) )` is true (there was no onward filter in the list).
   It’s almost as if the action is no longer hooked which I suppose could be depending
   on how the session has been configured for the AJAX request. I’m an AJAX and 
   WordPress newbie so I could be wrong!
 * If anyone has any insight I’d really appreciate it! Thanks in advance!

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