2017-01-12 16:50:14 +01:00
|
|
|
<?php
|
|
|
|
/**
|
2017-06-06 16:23:36 +02:00
|
|
|
* This is file for all of your custom functions for the project
|
2017-01-12 16:50:14 +01:00
|
|
|
*/
|
2017-11-21 14:02:14 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Enables the Link Manager that existed in WordPress until version 3.5.
|
|
|
|
*/
|
|
|
|
// add_filter('pre_option_link_manager_enabled', '__return_true');
|