How to re-enable the links manager?

It’s commonly activated through:

add_filter( 'pre_option_link_manager_enabled', '__return_true' );

The suggested Link Manager plugin only contains this code line.

Leave a Comment