Skip to content

Commit 60ee720

Browse files
committed
Filter doc
1 parent 941a974 commit 60ee720

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

genesis-widget-column-classes.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ public function init() {
137137
// Get the current user
138138
$this->curUser = wp_get_current_user();
139139

140+
/**
141+
* Change the default column classes
142+
*
143+
* @since 1.1.4
144+
* @param array The column classes
145+
*/
140146
$this->column_classes = apply_filters( 'genesis_widget_column_classes', $this->column_classes );
141147

142148
if ( isset( $this->curUser->ID ) ) {

0 commit comments

Comments
 (0)