armanty-quests/functions.php

12 lines
303 B
PHP

<?php
include "php/wordpress/actions.php";
include "php/wordpress/filters.php";
include "php/wordpress/styles.php";
include "php/wordpress/scripts.php";
include "php/wordpress/types.php";
include "php/wordpress/others.php";
include "php/wordpress/mail.php";
include "php/tools.php";
?>