Your ajax hook
add_action('wp_ajax_load_user_feed', 'ajax_load_user_feed');
is for logged in users only, if you want none logged in users (guests or visitors) then add:
add_action('wp_ajax_nopriv_load_user_feed', 'ajax_load_user_feed');
and you should be fine.
Related Posts:
- Admin ajax request return 0 with die()
- Custom column for changing post status via ajax
- AJAX handler throws 400 (Bad request) – why?
- wp-admin – save options without refreshing?
- jquery UI in wordpress admin
- How to securely add an Ajax button to a WP Admin page?
- How to create a wp admin page (for use in an ajax request)
- How to Use JSON With AJAX?
- Registering jQuery kills admin functions
- Redirect users away from Admin breaks ajax
- Admin wp_ajax hook returning 0
- Ajax solution similar to WP Categories functioning in Admin area
- blocking the admin section (but still using admin-ajax.php)
- Data not insert and update through ajax and jQuery in admin page?
- Ajax requests from front-end with jQuery Fancybox
- Dismiss Admin Pointer Temporarily
- Admin menu success message
- Get cat parameter from admin-ajax
- WordPress AJAX Request returns 400
- Many buttons not functioning in WordPress dashboard (as admin)
- Ajax call not working anymore
- defined (‘ABSPATH’) false after AJAX post to other PHP-file
- Is not using admin-ajax to ajax submissions okay?
- I am not able to enable jQuery in theme settings
- Admin panel: Javascript not loading properly. Cannot edit pages/posts [closed]
- Can admin-ajax.php be used for spam purposes? And if yes, how to prevent that?
- JSON parsing error syntax error unexpected end of input
- Cross-Origin Read Blocking (CORB)
- Cross-Origin Read Blocking (CORB)
- syntax error: unexpected token <
- Pass request headers in a jQuery AJAX GET call
- jQuery Ajax error handling, show custom exception messages
- How to send multiple data fields via Ajax?
- Infinite Scrolling in Asp.Net MVC with jQuery / AJAX Issues
- My javascript is returning this error: $.ajax is not a function
- ajax jquery simple get request
- jQuery get textarea text
- jQuery AJAX cross domain
- Set timeout for ajax (jQuery)
- How to generate a simple popup using jQuery
- What does on() in JavaScript do?
- jQuery AJAX submit form
- jQuery Ajax File Upload
- How can I upload files asynchronously with jQuery?
- Adding images to a Bootstrap Carousel with AJAX
- Jquery Ajax Posting JSON to webservice
- AJAX response error: net::ERR_EMPTY_RESPONSE
- Ajax TypeError: $.POST is not a function
- TypeError: $.ajax(…) is not a function?
- XML Parsing Error: not well-formed in FireFox but good in Chrome
- Access Control Request Headers, is added to header in AJAX request with jQuery
- Ajax Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
- How to fix the ‘Missing required request header. Must specify one of: origin,x-requested-with’ Ajax Error
- What’s the point of the X-Requested-With header?
- Access-Control-Allow-Origin error sending a jQuery Post to Google API’s
- Access-Control-Allow-Origin error sending a jQuery Post to Google API’s
- jQuery Ajax POST example with PHP
- Refresh/reload the content in Div using jquery/ajax
- How to get a cross-origin resource sharing (CORS) post request working
- SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
- jQuery Form Validation before Ajax submit
- jQuery – Illegal invocation
- How to manage a redirect request after a jQuery Ajax call
- jQuery: Performing synchronous AJAX requests
- Call PHP function from jQuery?
- FormData append not working
- Uncaught TypeError: Cannot read property ‘toLowerCase’ of undefined
- Download a file by jQuery.Ajax
- jQuery’s .on() method combined with the submit event
- JQuery: ‘Uncaught TypeError: Illegal invocation’ at ajax request – several elements
- jquery ajax function not working
- Ajax success function
- jQuery ajax error function
- “The Events Calendar” plugin by Modern Tribe in WordPress not working
- Organizing Code in your WordPress Theme's functions.php File?
- Jquery Slider for profile template
- How to check if a user is in a specific role?
- Can I rename the wp-admin folder?
- How do I Enqueue styles/scripts on Certain /wp-admin Pages?
- Changing Admin Menu Labels
- Adding custom columns to custom post types
- ajaxurl not defined on front end
- Adding Fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?
- adding custom stylesheet to wp-admin
- Can’t change language (only “English (United States)”)
- Is there ANY way to remove comments function and section totally?
- How to use “menu_order” field for posts?
- “Too many redirects” ONLY when trying to access wp-admin page
- How to restrict dashboard access to Admins only?
- Admin Page Redirect
- Disable dragging of meta boxes?
- Toggle admin metabox based upon chosen page template
- Unable to login and wp-login.php redirects to wp-admin%2F&reauth=1?
- When moving a WP site, why does wp-admin redirect to old site?
- How to disable the “Post Lock/Edit Lock”?
- adding the category to the admin column for a custom post type?
- How can we make managing lots of pages in WordPress Admin better?
- Change page title in admin area
- do_shortcode() within Admin Page
- How can I control the position in the admin menu of items added by plugins?