How to attach post ID to image links in WordPress tinymce editor
You are right that global $post is not set inside the function. Because it is Ajax callback and there is no loop. However Ajax call is sending post ID which you can retrieve as $_POST[‘post_id’] inside the function. Please note: In callback function arguments $url is not the image URL. It is anchor tag URL. … Read more