hueman/functions.php
nikeo deb3af13cd improved : sanitize_hex_color
improved js front ui
added : new option color mobile menu
added : new mobile sticky option
v3.3.8 prod
2017-04-05 11:09:42 +02:00

12 lines
No EOL
564 B
PHP

<?php
//Do not remove this
load_template( get_template_directory() . '/functions/init-core.php' );
/**
* The best and safest way to extend the Humean WordPress theme with your own custom code is to create a child theme.
* You can add temporary code snippets and hacks to the current functions.php file, but unlike with a child theme, they will be lost on upgrade.
*
* If you don't know what a child theme is, you really want to spend 5 minutes learning how to use child themes in WordPress, you won't regret it :) !
* https://codex.wordpress.org/Child_Themes
*
*/