【发布时间】:2012-08-23 20:52:35
【问题描述】:
所以 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 文件中的过滤器来解决这个问题?
【问题讨论】: