armanty-quests/functions.php
2021-03-20 23:17:17 +03:00

10 lines
301 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";
?>