some tidying of unused php files
This commit is contained in:
parent
083b71d478
commit
4e8c1c1917
4 changed files with 0 additions and 228 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue