WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about use_default_gallery_style

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/media.php apply_filters 2532 /**
* Filters whether to print default gallery styles.
*
* @since 3.1.0
*
* @param bool $print Whether to print default gallery styles.
* Defaults to false if the theme supports HTML5 galleries.
* Otherwise, defaults to true.
*/

Hook Parameters

Parameter Type Name Description
bool $print Whether to print default gallery styles.