php Quitar p vacios
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Quitar p vacios相关的知识,希望对你有一定的参考价值。
/**
* Remove empty paragraphs created by wpautop()
* @author Ryan Hamilton
* @link https://gist.github.com/Fantikerz/5557617
*/
function remove_empty_p( $content ) {
$content = force_balance_tags( $content );
$content = preg_replace( '#<p>\s*+(<br\s*/*>)?\s*</p>#i', '', $content );
$content = preg_replace( '~\s?<p>(\s| )+</p>\s?~', '', $content );
return $content;
}
add_filter('the_content', 'remove_empty_p', 20, 1);
以上是关于php Quitar p vacios的主要内容,如果未能解决你的问题,请参考以下文章
php Quitar sku de前端
php Quitar poner jquery wordpress
php Quitar查询来自静态资源的字符串
markdown Quitar菜单
css quitar调整textarea
css quitar borde border focus