do_action( 'get_sidebar', string|null $name, array $args )
Fires before the sidebar template file is loaded.
Parameters
- $name
-
(string|null) Name of the specific sidebar file to use. Null for the default sidebar.
- $args
-
(array) Additional arguments passed to the sidebar template.
Source
Changelog
Version | Description |
---|---|
5.5.0 | The $args parameter was added. |
2.8.0 | The $name parameter was added. |
2.2.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_sidebar