Created
November 15, 2016 13:19
-
-
Save fugudesign/d4088e6da2c0fd269b477f3e90bcb924 to your computer and use it in GitHub Desktop.
Code for activating the native link manager of Wordpress, with link categories and links widget.
This file contains 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
// Activate the 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