Rename functions.php to custom-functions.php
This commit is contained in:
parent
7d06eccb17
commit
76ee4dd8ab
1 changed files with 0 additions and 0 deletions
9
includes/custom-functions.php
Normal file
9
includes/custom-functions.php
Normal 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');
|
Loading…
Add table
Add a link
Reference in a new issue