We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deeb69a commit 855383eCopy full SHA for 855383e
lib/factories/Widget_Instance.php
@@ -27,7 +27,7 @@ public function get_fields( $values ) {
27
return $this->set_callable( $this->get_fields_callback, $values, $this );
28
}
29
30
- public function display_callback( $args, $widget_args = 1 ) {
+ public function widget( $args, $widget_args = 1 ) {
31
return $this->set_callable( $this->display_callback, $args, $widget_args );
32
33
0 commit comments