Home / Admin / Disable the AIOSEO link format feature
Duplicate Snippet

Embed Snippet on Your Site

Disable the AIOSEO link format feature

By default, AIOSEO adds a custom link format feature to the Block Editor and Classic Editor. This code will disable this feature.

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

Comments

Add a Comment