Rename functions.php to custom-functions.php

This commit is contained in:
Pedro Reis 2018-04-17 10:51:50 +01:00 committed by GitHub
parent 7d06eccb17
commit 76ee4dd8ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
<?php
/**
* This is file for all of your custom functions for the project
*/
/**
* Enables the Link Manager that existed in WordPress until version 3.5.
*/
// add_filter('pre_option_link_manager_enabled', '__return_true');