Stop WordPress automatically showing

tags

前端 未结 7 2354
猫巷女王i
猫巷女王i 2021-01-02 13:05

Wordpress automatically generate lot of unwanted

tags every where. Even the img tag also wrap by these

t

7条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 13:35

    $content = preg_replace('#^<\/p>|

    $#', '', $content); echo do_shortcode($content);

    I tried it while using it in shortcode and it worked for me.

提交回复
热议问题