some tidying of unused php files

This commit is contained in:
Adam Piontek 2021-08-03 16:36:21 -04:00
parent 083b71d478
commit 4e8c1c1917
4 changed files with 0 additions and 228 deletions

View file

@ -9,21 +9,11 @@ define( 'WP_RDNYC_VERSION', wp_get_theme()->version );
define( 'WP_RDNYC_DIR', __DIR__ );
define( 'WP_RDNYC_URL', get_template_directory_uri() );
/**
* Social icons definition & functions
*/
require_once( WP_RDNYC_DIR . '/socials.php' );
/**
* Custom functions
*/
require_once( WP_RDNYC_DIR . '/custom-functions.php' );
/**
* Custom shortcodes for use in content
*/
require_once( WP_RDNYC_DIR . '/custom-shortcodes.php');
/**
* Autoloader for browersync
*/