How to activate link manager on WordPress 3.5 (and newer)

Just paste this code into your functions.php file, and you’re done!

<?php

	//Activate the Link Manager built in to the WordPress admin
	add_filter( 'pre_option_link_manager_enabled', '__return_true' );

?>

Thanks to Tim Berneman for this tip!

Leave a Reply

Your email address will not be published. Required fields are marked *