Merged v3 into master

This commit is contained in:
Pedro Reis 2019-01-08 11:10:57 +00:00
commit 20d55874a9
69 changed files with 1305 additions and 593 deletions

9
includes/custom-functions.php Executable file
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');