do_action( 'get_sidebar', string|null $name )
Fires before the sidebar template file is loaded.
Description
Parameters
- $name
-
(string|null) Name of the specific sidebar file to use. null for the default sidebar.
Source
Changelog
Version | Description |
---|---|
2.8.0 | $name parameter added. |
2.2.0 | Introduced. |