section and everything up until
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Aroid
*/
$GLOBALS['aroid_theme_options'] = aroid_get_options_value();
global $aroid_theme_options;
$enable_social = absint($aroid_theme_options['aroid_enable_top_header_social']);
?>