Created
February 15, 2014 00:32
-
-
Save ChrisCree/9012503 to your computer and use it in GitHub Desktop.
To enable the old Link Manager in newer WordPress installations add this filter to your theme's functions.php file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Do not copy opening PHP tag | |
// Enable WordPress Link Manager | |
add_filter( 'pre_option_link_manager_enabled', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment