Try checking the file owner for wp-admin, it could be that it’s own by different user and it won’t allow you to read.
Check permission of the file if it’s readable by world
Related Posts:
- ajaxurl not defined on front end
- WP_LOCALIZE_SCRIPT doesn’t work
- Update Data parameter of a wp_localize_script() call
- 400 Bad Request, in wordpress theme development, wp_ajax
- Ajax: Populate with content from a post’s ID not working – duplicating current page html instead
- Need Help to make a logic for editing posts in Frontend
- 400 Bad Request and illegal invocation in wp_ajax based on processData set to false or true
- Rate limiting ajax requests in WordPress
- Autoloading & Namespaces in WordPress Plugins & Themes: Can it Work?
- framework for plugin/theme options panel? [closed]
- How to get the path to the current theme?
- What process do you use for WordPress development? [closed]
- Why does WordPress use outdated jQuery v1.12.4?
- What is the advantage of using wp_mail?
- Why does WordPress add 0 (zero) to an Ajax response?
- Should Plugin Folders Include a Blank index.php File?
- How to include jQuery and JavaScript files correctly?
- Single functions.php or split into many small files?
- How can I configure Docker for developing and deploying a custom theme?
- Where to store PHP files created by plugin / themes
- Saving data-URI to media library
- Nonces can be reused multiple times? Bug / Security issue?
- How can I run AJAX on a button click event?
- How to post data to same page in wordpress
- What is an alternative method to the WordPress private _doing_it_wrong() function
- Understanding WordPress functions’ naming conventions
- How-to implement admin Ajax inside an admin WP_List_Table?
- What is the difference between esc_html and wp_filter_nohtml_kses?
- Should I create a theme or a plugin?
- Include third party Javascript library which is not included in WordPress
- Is there widely accepted phpDoc syntax for documenting which hook calls a function?
- What is nonce and how to use it with Ajax in WordPress? [duplicate]
- Where do I start from
- WP 3.3 Tooltips API?
- Empty POST data on server on AJAX request using Angular $http
- jQuery in header or footer
- Check for featured image in WP_Query
- Using AJAX in FrontEnd with WordPress Plugin Boilerplate (wppb.io)
- wp_remote_get doesn’t work with secure connections https?
- Update exisiting site to 3.5 release candidate
- How do I Make a Theme “plugin-ready”?
- Build path for a custom portfolio plugin
- Authoritative answer on which boots first – Plugins or Themes?
- How to Add Font Awesome Icons to WordPress Menus?
- How to Add a .js file Only in one specific Page Dynamically to Head
- Show a user their recently viewed posts
- Using AJAX in a plugin to submit form – REALLY confused
- wp_localize_script $handle
- Escaping built-in WP function return strings
- How to Use WordPress Color Picker API in Custom Post Type Metabox
- Get file headers in custom file
- add_filter and remove_filter added before and after wp_query
- What is the difference between strip_tags and wp_filter_nohtml_kses?
- Custom theme sufficient or custom plugin neccessary for this feature set?
- Having Problem On Getting WP Post Gallery Images URL
- How to enable users to down-vote in this simple voting counter (that uses the post meta)?
- What’s the difference between hooks, filters and actions? [duplicate]
- How to use filter hook ‘post_updated_messages’ in coherence with action hook ‘save_post’
- How to create custom home page via plugin?
- Add new user and add meta at once
- How to: get main plugin/theme file?
- Adding callback function for wp_ajax_ has no effect
- How to debug WordPress correctly?
- Custom user profile, registration, login page with theme
- add_theme_support using a plugin
- get all products of one category
- Get returned variable from a function to add_shortcode function
- Featured Image not showing in admin
- Plugin Settings not Saving on Ajax re-ordered table
- How to Display Custom Post Type’s Gallery (images ) in Through WP_Query
- Customizer Not Saving Options
- How to bundle a plugin with a theme, or vice versa
- How to post form in ajax mode and handle it in wordpress
- Using Ajax call in jQuery doesn’t work in widget
- What is better way to use Bootstrap inside admin panel?
- How to add Font Awesome 5 icons in WP Admin dashboard menu?
- How Can I setup WP CLI on Windows development machine running AMPPS?
- What is the difference between these two methods of writing $ instead of jQuery in WordPress [closed]
- Timeout on Admin-Ajax?
- Whats the difference between blog_info(‘stylesheet_url’) difference get_stylesheet_uri()
- Admin-ajax.php appending a status code to ajax response
- Error : “Updating failed: The response is not a valid JSON response” with custom shortcode
- What’s the better way to add an inline script?
- What function to hook for changes made in status and visibility of a post
- Front-End Interfaces Without Shortcodes
- Example of uninstaller routine to remove all custom theme options from wp_options
- Metabox Not Showing on Custom Post Type But On Pages and Post
- Modify a Free Plugin available on wordpress.org & include with my Premium Theme? [closed]
- Comment `Reply` link doesn’t work if comments are loaded from ajax
- Paging on a future post loop?
- Execution limit and Memory limit errors even i changed to 1024M and 600(cache.php,load.php)?
- Are we allowed to use the Allman (BSD) indent style when coding WordPress plugins and themes?
- Backslashes being stripped from CSS
- Ajax in WordPress – path issue
- Cannot search post by taxonomy
- Best choice of options/settings framework for plugin/theme development
- What for the tables ending with the meta used in database of wordpress?
- WordPress Ajax callback function from plugin – OOP
- How to determine if the current file is loaded in a plugin or in a theme?
- Is there any way to have Featured Text, as opposed to Featured Image?