所以 Wordpress 正在输出这个
<img src="http://site.com/path/to/image.png"; alt="Text" width="600" height="100" class="alignnone size-full wp-image-168" />
但是,我希望它输出这个
<img src="http://site.com/path/to/image.png"; alt="Text" width="600" height="100" class="full wp-image-168" />
移除 align 类并移除 size- 部分。
我怎样才能通过functions.php文件中的过滤器来解决这个问题?