V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
Pai
V2EX  ›  问与答

wordpress 文章链接自动添加小图标 怎么排除图片链接

  •  
  •   Pai · Feb 28, 2018 · 955 views
    This topic created in 2987 days ago, the information mentioned may be changed or developed.
    function autoicon($text) {
    $return = str_replace('<a href=', '<a class="external" href=', $text);
    $return = str_replace('<a class="external" href="#', '<a href="#', $return);
    return $return;
    }
    add_filter('the_content', 'autoicon'); //应用于文章区域

    上面这段代码 自动给链接加了一个样式 external 可是图片链接也给添加了

    怎么排除图片链接?

    求大神给修改一下 感谢!
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1522 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 00:01 · PVG 08:01 · LAX 17:01 · JFK 20:01
    ♥ Do have faith in what you're doing.