'postbox', 'label' => 'Output Settings', 'options' => array( 'style_resources_location' => array( 'name' => 'style_resources_location', 'label' => __( 'Styles location:', 'pixcustomify_txtd' ), 'desc' => __( 'Here you can decide where to put your style output, in header or footer', 'pixcustomify_txtd' ), 'default' => 'wp_footer', 'type' => 'select', 'options' => array( 'wp_head' => __( "In header (just before the head tag)", 'pixcustomify_txtd' ), 'wp_footer' => __( "Footer (just before the end of the body tag)", 'pixcustomify_txtd' ), ), ), // 'script_resources_location' => array( // 'name' => 'script_resources_location', // 'label' => __( 'Script location:', 'pixcustomify_txtd' ), // 'desc' => __( 'Here you can decide where to put your scripts output, in header or footer', 'pixcustomify_txtd' ), // 'default' => 'wp_footer', // 'type' => 'select', // 'options' => array( // 'wp_head' => __( 'In (just before ', 'pixcustomify_txtd' ), // 'wp_footer' => __( 'Footer (just before )', 'pixcustomify_txtd' ), // ) // ) ) ); # config return $output_settings;