version ); define( 'WP_73k_DIR', __DIR__ ); define( 'WP_73k_URL', get_template_directory_uri() ); /** * Function to support inline SVG icons by name with div wrapper */ function svg_icon_use($icon_name, $div_class) { $output = "
"; }; /** * Autoloader for browersync */ require_once( WP_73k_DIR . '/vendor/autoload.php' ); \A7\autoload( __DIR__ . '/src' );