File Editor
Directories:
.. (Back)
admin
images
includes
js
languages
sample
skins
themify
themify-builder
uploads
Files:
404.php
changelog.txt
comments.php
customizer-basic-config.php
customizer-config.php
footer.php
functions.php
header.php
index.php
license.txt
media-queries.css
page.php
rtl.css
search.php
searchform.php
sidebar.php
single-portfolio-expand.php
single-portfolio.php
single-team.php
single.php
style.css
taxonomy-portfolio-category.php
taxonomy.php
theme-class-highlight.php
theme-class-portfolio.php
theme-class-section.php
theme-class-team.php
theme-class-types.php
theme-class.php
theme-config.php
theme-functions.php
theme-modules.php
theme-options.php
Create New File
Create
Edit File: functions.php
<?php /*************************************************************************** * * ---------------------------------------------------------------------- * DO NOT EDIT THIS FILE * ---------------------------------------------------------------------- * * Copyright (C) Themify * http://themify.me * ***************************************************************************/ $theme_includes = apply_filters( 'themify_theme_includes', array( 'themify/themify-database.php', 'themify/class-themify-config.php', 'themify/themify-utils.php', 'themify/themify-config.php', 'themify/themify-modules.php', 'theme-options.php', 'theme-modules.php', 'theme-functions.php', 'custom-modules.php', 'custom-functions.php', 'theme-class.php', 'themify/themify-widgets.php' )); foreach ( $theme_includes as $include ) { locate_template( $include, true ); } /********************************************************************************************************** * * Do not edit this file. * To add custom PHP functions to the theme, create a new 'custom-functions.php' file in the theme folder. * ***********************************************************************************************************/ ?>
Save Changes
Rename File
Rename