Skip to content

Commit b21e445

Browse files
committed
Update the CMB2_Field::$callable_fields param to accurately represent all the callable fields.
1 parent c106412 commit b21e445

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

includes/CMB2_Field.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,13 @@ class CMB2_Field extends CMB2_Base {
8686
* @var array
8787
*/
8888
public static $callable_fields = array(
89-
'default',
90-
'row_classes',
89+
'default_cb',
90+
'classes_cb',
9191
'options_cb',
92+
'text_cb',
9293
'label_cb',
9394
'render_row_cb',
95+
'display_cb',
9496
'before_group',
9597
'before_group_row',
9698
'before_row',

0 commit comments

Comments
 (0)