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:

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.

Related Functions

wp_print_scripts, wp_styles, print_late_styles, wp_register_style, wp_sprintf_l

Top Google Results

User discussions

wpseek mobile