I hope you are well today and thank you for your question.
The plugin uses the below filter that you can use to change the image size in the AJAX search results.
$image_size = apply_filters( 'is_ajax_image_size', 'thumbnail' );
Best regards,
hi,
If i am using Snippets plugin, how do i add the filters?
As below.
function func_is_ajax_image_size( $image ) {
$image = 'full';
return $image;
}
add_filter( 'is_ajax_image_size', 'func_is_ajax_image_size' );
You are always welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:
https://ww.wp.xz.cn/support/plugin/add-search-to-menu/reviews/
I’d really appreciate that. 🙂
And if I can be of any further assistance please don’t hesitate to ask.