remove empty

tags from wordpress shortcodes via a php functon

前端 未结 7 1824
余生分开走
余生分开走 2021-02-13 10:20

Looking for a php function (non-jQuery or wpautop modification) approach to remove

from within wordpress.

I tried this but it does not w

7条回答
  •  说谎
    说谎 (楼主)
    2021-02-13 11:13

    You can remove

    Tag enter

    post_content; ?>
    

    instead of the_content()

提交回复
热议问题