Pai
V2EX  ›  问与答

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

  •  
  •   Pai · Feb 28, 2018 · 994 views
    This topic created in 3014 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   ·   5827 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 03:41 · PVG 11:41 · LAX 20:41 · JFK 23:41
    ♥ Do have faith in what you're doing.