Not sure if the get_all_images()
function is the one that is added to your wp_ajax_{action} hook. If it is you will want to output a string back to your js. I would define a variable and concatenate the img html to it as you loop through your images.
function get_all_images() {
//your code
$response="";
foreach($images as $image) {
$attachment=wp_get_attachment_image_src($image->ID, $size);
$response .= '<img src="'.$attachment[0].'" alt="" />';
}
die( json_encode( $response ) );
}
Related Posts:
- Syntax for a function in order to get post’s title in JSON encoded response [closed]
- Why wp_ajax hooks doesn’t work?
- How to get variable from other function inside class function using add_action for Ajax call
- Ajax call always returns 0
- 400 bad request on admin-ajax.php only using wp_enqueue_scripts action hook
- Use AJAX in shortcode
- wp_get_attachment_image returns different image size
- AJAX handler throws 400 (Bad request) – why?
- ajax live search for post title
- Display random text from a file with the WP built-in AJAX API
- Using email_exists() wp function in an ajax request
- How can I rename the WordPress AJAX URL? [duplicate]
- Most efficient way to get custom database records from 20 buttons and 20 tables?
- Display a function using AJAX
- How do I call wp_mail from HTML?
- Unable to get_the_content(); of a post in WordPress via AJAX
- Ajaxing function in widget class
- Search user metadata with checkboxes via ajax (almost working)
- woocommerce target button with class after ajax update
- creating shortcode to pull json array
- Ajax call theme functions from front
- ‘is’ functions and ‘get_query_var’ not working
- Ajax not working properly
- Run function when WordPress new multisite is created or ACF field is updated
- Function call via ajax – can’t figure it out?
- WP Ajax Function Always Returning undefined
- Scripts not appending to element in AJAX call – why?
- Search filter by Post title OR Meta Title Value [duplicate]
- admin-ajax.php + load-scripts.php hanging for minutes
- How to know which ajax file or function is called for action
- How to search using ajax for exact phrase or words in an input field?
- Multisite Ajax serialize return error [object Object]
- Create post using Ajax
- WordPress listen to $_POST in functions.php
- Load Post into DIV with Ajax
- wordpress use single ajax in place of multiple ajax requests in a smarter way
- AJAX error handling for submit function in functions file
- How can I modify the element on all pages?
- echo custom fields with AJAX
- Dequeue script to prevent javascript event conflict on wordpress child theme
- PHP 7.1 | Warning: A non-numeric value encountered in
- Check if a value exists in database table
- processing form data with ajax
- Redirects based on a JSON file
- Email Exists ERROR into Ajax registration form
- How to use get_posts() function in functions.php
- Are innerHTML elements visible to jQuery functions?
- Ajax resetting my global variable
- contact form in template with jquery,validate and ajax
- get content from page through AJAX
- Get URLs for AJAX Filter Checkboxes WordPress
- Message notification for user
- Woocommerce Variable Product Dropdown for Custom Shop Template
- Detect Ajax call inside pre_get_posts function
- Change Page Title
- Populate Product Regular Price with a calculated ACF Field Value
- Adding a schema code to one specific page using functions.php file
- Ajax Form Issues using Lightsail (AWS)
- post value to function with Ajax and jQuery
- price of product can’t return when get data of product in functions.php
- WP AJAX Request Not Working
- Ajax in plugin fails – but only on one blog – no idea why
- Using AJAX on frontend: Synchronous XMLHttpRequest deprecation except for admin role
- How to use `foreach()` in ajax call
- i can’t use wordpress functions in ajax loaded php file
- Multiple Notifications SetInterval
- Function stops working
- admin-ajax.php 403 forbidden only when calling from external file
- WordPress Ajaxifying not working properly
- Load scripts into an AJAX div
- Load scripts into an AJAX div
- How to create admin ajax function for my contact form
- admin-ajax.php & my wp-admin folder url showing in header
- wordpress function through ajax not being called
- same get_posts function works diffrently in tag.php and functions.php
- wordpress ajax is not working for dropdown selection
- Automatic add space if user enters number(any digit)
- functions.php filters not applied in AJAX call
- Pass max posts to Javascript
- Updating site content after an AJAX call without a page reload
- Error function main() is a non-object to construct my Ajax.php
- admin-ajax.php nulls all php variables
- Pass jquery var to a function in functions.php
- Ajax call does not work for this custom code
- AJAX values converted to PHP Variables?
- WordPress Custom wp mail template return full template
- iOS and ajaxComplete
- get page_id in ajax to function in functions.php
- In a WordPress plugin, how do you output HTML code inside the DOM header? [closed]
- Get page slug and assign a variable within functions.php
- How to insert a text in all pages and posts before or after specific places?
- Change Admin Bar “Visit Site” URL
- Passing a variable via wp_head and then calling it on the page
- Parent theme styles overriding child theme CSS [closed]
- Multiple, Dynamic, Sidebars Problem – First Sidebar not working properly
- Limiting WordPress Search function : Custom build
- Custom taxonomy check box now showing up
- Set display name from nickname with register process
- Database SQL Error, Should Work
- Setcookie not setting cookies anywhere except admin