【问题标题】:how to create function to filter content WordPress如何创建过滤内容的功能 WordPress
【发布时间】:2015-02-23 12:47:42
【问题描述】:

我在这里制作插件我需要我的插件仅适用于我的 WordPress 帖子内容“p”标签。就像帖子内容 p 标签只有大写字母,但其他网站的 p 标签不是大写。站点其他 'p' 标签无需应用我的插件。我怎样才能使这个功能?

【问题讨论】:

    标签: wordpress post plugins filter


    【解决方案1】:

    If you are telling about filter the_content you can use this-
    I hope this is usefull for you:
    
    <?php add_filter( 'the_content', 'filter_function_name' ) ?>
    
    OR
    
    <?php add_filter( 'the_content', '$data' ) ?>

    【讨论】:

    • 感谢 Pukhraj suthar
    猜你喜欢
    • 1970-01-01
    • 2015-09-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-01-28
    • 1970-01-01
    • 2012-06-23
    • 2012-07-11
    相关资源
    最近更新 更多