wp_print_styles
wp_print_styles ( $handles = false )
Parameters:- (string|bool|array) handles Styles to be printed. Default 'false'.
Returns:- (string[]) On success, an array of handles of processed WP_Dependencies items; otherwise, an empty array.
Defined at: - Introduced in WordPress: 2.6.0
- Deprecated in WordPress: —
Description
Displays styles that are in the $handles queue.Passing an empty array to $handles prints the queue,
passing an array with one string prints that style,
and passing an array of strings prints those styles.