Home / Admin / Disable Custom Link Format of AIOSEO in the Block and Classic Editors
Duplicate Snippet

Embed Snippet on Your Site

Disable Custom Link Format of AIOSEO in the Block and Classic Editors

This snippet can be used to disable the custom link format that All in One SEO adds to the Block Editor and Classic Editor.

Note: Because the link formats are enqueued before the theme’s functions.php is loaded, it is recommended to register this filter through the WPCode plugin.

<10
Code Preview
php
<?php
add_filter( 'aioseo_disable_link_format', '__return_true' );

Comments

Add a Comment