ACW Testing
A series of functions to test the Advanced Comments Widget
by Darrin Boutote · github.com/dboutote/advanced-comments-widget-testing · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dboutote/advanced-comments-widget-testing/archive/refs/heads/master.zipReadme
Advanced Comments Widget Testing
This is small plugin for testing the Advanced Comments Widget. It's meant as a brief overview, outlining ways to extend the widget.
A Quick Overview
- Add to the widget
$instancevia theacw_instance_defaultsfilter. - Add the field to the widget form via the
"acw_form_before_field_{$name}"filter or the"acw_form_after_field_{$name}"filter. - Hook into the
Widget_ACW_Recent_Comments::update()method to save the field value. - Hook into the
Widget_ACW_Recent_Comments::widget()method to display the field value.
For a step-by-step walk-through visit: Adding a Subtitle to the Advanced Comments Widget for WordPress
Resources
- ACW plugin on the WordPress repository: https://wordpress.org/plugins/advanced-comments-widget/
- ACW plugin on GitHub: https://github.com/dboutote/advanced-comments-widget
- ACW plugin overview: http://darrinb.com/advanced-comments-widget/
- ACW Developer Docs: http://darrinb.com/advanced-comments-widget-developers-overview/