[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Widgets Contains the forum list, topic list, reply list and login form widgets.
File Size: | 1241 lines (37 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BBP_Login_Widget:: (6 methods):
__construct()
register_widget()
widget()
update()
form()
parse_settings()
BBP_Views_Widget:: (6 methods):
__construct()
register_widget()
widget()
update()
form()
parse_settings()
BBP_Search_Widget:: (6 methods):
__construct()
register_widget()
widget()
update()
form()
parse_settings()
BBP_Forums_Widget:: (6 methods):
__construct()
register_widget()
widget()
update()
form()
parse_settings()
BBP_Topics_Widget:: (6 methods):
__construct()
register_widget()
widget()
update()
form()
parse_settings()
BBP_Stats_Widget:: (6 methods):
__construct()
register_widget()
widget()
update()
form()
parse_settings()
BBP_Replies_Widget:: (6 methods):
__construct()
register_widget()
widget()
update()
form()
parse_settings()
Class: BBP_Login_Widget - X-Ref
bbPress Login Widget__construct() X-Ref |
bbPress Login Widget Registers the login widget since: 2.0.0 bbPress (r2827) |
register_widget() X-Ref |
Register the widget since: 2.0.0 bbPress (r3389) |
widget( $args = array() X-Ref |
Displays the output, the login form since: 2.0.0 bbPress (r2827) param: array $args Arguments param: array $instance Instance |
update( $new_instance, $old_instance ) X-Ref |
Update the login widget options since: 2.0.0 bbPress (r2827) param: array $new_instance The new instance options param: array $old_instance The old instance options |
form( $instance = array() X-Ref |
Output the login widget options form since: 2.0.0 bbPress (r2827) param: $instance Instance |
parse_settings( $instance = array() X-Ref |
Merge the widget settings into defaults array. since: 2.3.0 bbPress (r4802) param: $instance Instance |
Class: BBP_Views_Widget - X-Ref
bbPress Views Widget__construct() X-Ref |
bbPress View Widget Registers the view widget since: 2.0.0 bbPress (r3020) |
register_widget() X-Ref |
Register the widget since: 2.0.0 bbPress (r3389) |
widget( $args = array() X-Ref |
Displays the output, the view list since: 2.0.0 bbPress (r3020) param: array $args Arguments param: array $instance Instance |
update( $new_instance = array() X-Ref |
Update the view widget options since: 2.0.0 bbPress (r3020) param: array $new_instance The new instance options param: array $old_instance The old instance options |
form( $instance = array() X-Ref |
Output the view widget options form since: 2.0.0 bbPress (r3020) param: $instance Instance |
parse_settings( $instance = array() X-Ref |
Merge the widget settings into defaults array. since: 2.3.0 bbPress (r4802) param: $instance Instance |
Class: BBP_Search_Widget - X-Ref
bbPress Search Widget__construct() X-Ref |
bbPress Search Widget Registers the search widget since: 2.3.0 bbPress (r4579) |
register_widget() X-Ref |
Register the widget since: 2.3.0 bbPress (r4579) |
widget( $args, $instance ) X-Ref |
Displays the output, the search form since: 2.3.0 bbPress (r4579) |
update( $new_instance, $old_instance ) X-Ref |
Update the widget options since: 2.3.0 bbPress (r4579) param: array $new_instance The new instance options param: array $old_instance The old instance options |
form( $instance ) X-Ref |
Output the search widget options form since: 2.3.0 bbPress (r4579) param: $instance Instance |
parse_settings( $instance = array() X-Ref |
Merge the widget settings into defaults array. since: 2.3.0 bbPress (r4802) param: $instance Instance |
Class: BBP_Forums_Widget - X-Ref
bbPress Forum Widget__construct() X-Ref |
bbPress Forum Widget Registers the forum widget since: 2.0.0 bbPress (r2653) |
register_widget() X-Ref |
Register the widget since: 2.0.0 bbPress (r3389) |
widget( $args, $instance ) X-Ref |
Displays the output, the forum list since: 2.0.0 bbPress (r2653) param: array $args Arguments param: array $instance Instance |
update( $new_instance, $old_instance ) X-Ref |
Update the forum widget options since: 2.0.0 bbPress (r2653) param: array $new_instance The new instance options param: array $old_instance The old instance options |
form( $instance ) X-Ref |
Output the forum widget options form since: 2.0.0 bbPress (r2653) param: $instance Instance |
parse_settings( $instance = array() X-Ref |
Merge the widget settings into defaults array. since: 2.3.0 bbPress (r4802) param: $instance Instance |
Class: BBP_Topics_Widget - X-Ref
bbPress Topic Widget__construct() X-Ref |
bbPress Topic Widget Registers the topic widget since: 2.0.0 bbPress (r2653) |
register_widget() X-Ref |
Register the widget since: 2.0.0 bbPress (r3389) |
widget( $args = array() X-Ref |
Displays the output, the topic list since: 2.0.0 bbPress (r2653) param: array $args param: array $instance |
update( $new_instance = array() X-Ref |
Update the topic widget options since: 2.0.0 bbPress (r2653) param: array $new_instance The new instance options param: array $old_instance The old instance options |
form( $instance = array() X-Ref |
Output the topic widget options form since: 2.0.0 bbPress (r2653) param: $instance Instance |
parse_settings( $instance = array() X-Ref |
Merge the widget settings into defaults array. since: 2.3.0 bbPress (r4802) param: $instance Instance |
Class: BBP_Stats_Widget - X-Ref
bbPress Statistics Widget__construct() X-Ref |
bbPress Statistics Widget Registers the statistics widget since: 2.3.0 bbPress (r4509) |
register_widget() X-Ref |
Register the widget since: 2.3.0 bbPress (r4509) |
widget( $args = array() X-Ref |
Displays the output, the statistics since: 2.3.0 bbPress (r4509) param: array $args Arguments param: array $instance Instance |
update( $new_instance, $old_instance ) X-Ref |
Update the statistics widget options since: 2.3.0 bbPress (r4509) return: array param: array $new_instance The new instance options param: array $old_instance The old instance options |
form( $instance ) X-Ref |
Output the statistics widget options form since: 2.3.0 bbPress (r4509) return: string|void param: $instance |
parse_settings( $instance = array() X-Ref |
Merge the widget settings into defaults array. since: 2.3.0 bbPress (r4802) param: $instance Instance |
Class: BBP_Replies_Widget - X-Ref
bbPress Replies Widget__construct() X-Ref |
bbPress Replies Widget Registers the replies widget since: 2.0.0 bbPress (r2653) |
register_widget() X-Ref |
Register the widget since: 2.0.0 bbPress (r3389) |
widget( $args, $instance ) X-Ref |
Displays the output, the replies list since: 2.0.0 bbPress (r2653) param: array $args param: array $instance |
update( $new_instance = array() X-Ref |
Update the reply widget options since: 2.0.0 bbPress (r2653) param: array $new_instance The new instance options param: array $old_instance The old instance options |
form( $instance = array() X-Ref |
Output the reply widget options form since: 2.0.0 bbPress (r2653) param: $instance Instance |
parse_settings( $instance = array() X-Ref |
Merge the widget settings into defaults array. since: 2.3.0 bbPress (r4802) param: $instance Instance |
Generated: Sat Dec 21 01:00:52 2024 | Cross-referenced by PHPXref 0.7.1 |