// 获取文章中的所有图片<br />
boxmoe_get_article_images($post_id)</p>
<p> // 允许开发者在解析前修改内容<br />
$content = apply_filters(‘boxmoe_pre_get_article_images_content’, $content, $post_id);<br />
// 允许开发者修改最终的图片数组<br />
return apply_filters(‘boxmoe_get_article_images’, $images, $post_id);