Forum Replies Created

Viewing 1 replies (of 1 total)
  • there is error in link add logic, to get it work find wp-admin/update-db.php file and find wp_insert_link function in it.

    if( trim( $link_url ) == ” )
    // return 0;
    $link_url = apply_filters(‘pre_link_url’, $link_url);
    comment out return 0.
    should work.

Viewing 1 replies (of 1 total)