wpseek.com
A WordPress-centric search engine for devs and theme authors
gallery_style › WordPress Filter Hooks
Since7.0.0
Deprecatedn/a
› apply_filters( 'gallery_style', $gallery_style . $gallery_div )
| Parameters: |
|
| Defined at: |
|
| Codex: |
Filters the gallery shortcode's default CSS styles and opening HTML div container.
To remove the CSS entirely, use the `use_default_gallery_style` filter instead: add_filter( 'use_default_gallery_style', '__return_false' );Related Functions: gallery_shortcode, add_editor_style, locale_stylesheet, wp_register_style, get_stylesheet, update_gallery_tab
Related Hooks: use_default_gallery_style, safe_style_css, get_site, post_gallery, locale_stylesheet_uri