• Resolved nikensm

    (@nikensm)


    When I’m answering to user’s comment in admin panel and insert link by button “link” this link’s doubled
    Screenshot
    If I disable plugin AllSEO, all is OK

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @nikensm,

    We are aware of this issue and will be shipping a fix for this in our next release which should be out soon. In the meanwhile you can deregister our script that is causing this by adding this code snippet to your theme’s functions.php file –

    add_action( 'wp_enqueue_editor', 'aioseop_dequeue_script', 9999999, 0 );
    
    function aioseop_dequeue_script() {
    	wp_dequeue_script( 'aioseop-link-attributes-classic-editor' );
    }

    – Arnaud

    Same behaviour with classic editor into page or post edit text screen.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double link in answer to comment’ is closed to new replies.