• Since I had to disable the autolink on a specific post I have added the following code:

    global $escape_autolink_uri;

    if ( strpos($text,'no_autolink') > 0 ) return $text;

    $escape_autolink_uri = array();

    Simply hide the no_autolink somewhere in the post to disable the autolink feature on a post. Of course there must be more elegant solution but I have needed a quick one.

    http://wordpress.org/extend/plugins/sem-autolink-uri/

  • The topic ‘[Plugin: Autolink URI] A little improvement’ is closed to new replies.