| Developer | keraweb |
|---|---|
| Update Time | Nov. 12, 2024, 8:20 a.m. |
| Donation URL: | donation |
| PHP Version: | 5.2.4 + |
| WordPress Version: | 6.7 |
| Copyright: | GPLv2 or later |
| Copyright URL: | Copyright Information |
widget_subtitles_elementwidget_subtitles_classeswidget_subtitles_default_locationwidget_subtitles_edit_location_capabilitywidget_subtitles_available_locationswidget_subtitles_add_subtitlewidget_subtitle
You can use these filters inside your theme functions.php file or in a plugin.widget_subtitle to change the subtitle for a widget. Similar to WP's widget_title.widget_subtitles_add_subtitle to allow custom subtitle location handlers.widget_subtitles_available_locations now allows custom locations.wp_get_sidebars_widgets() instead of a global to get the related sidebar ID from a widget instance.widget_subtitles_available_locations. Overwrites the available locations for a widget.WP_Widget object parameter to the widget_subtitles_element and widget_subtitles_classes filters.widget_subtitles_default_location. Sets the default location for subtitles.widget_subtitles_edit_location_capability. Change the capability required to modify subtitle locations. #8