尝试将其添加到函数中。php-它会将图像包装在所需的div中。
function filter_image_send_to_editor($html, $id, $caption, $title, $align, $url, $size, $alt) {
return \'<div class="post-page-image" id="image-\'.$id.\'">\'.$html.\'</div>\';
}
add_filter(\'image_send_to_editor\', \'filter_image_send_to_editor\', 10, 8);