File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -129,40 +129,40 @@ public function get_version() {
129
129
}
130
130
131
131
/**
132
- * Get field key.
133
- *
134
- * @since 1.0
135
- * @access public
136
- *
137
- * @return string Field key.
138
- */
139
- public function get_field_key () {
140
- return $ this ->field_key ;
132
+ * Get field key.
133
+ *
134
+ * @since 1.0
135
+ * @access public
136
+ *
137
+ * @return string Field key.
138
+ */
139
+ public function get_field_key () {
140
+ return $ this ->field_key ;
141
141
}
142
142
143
143
/**
144
- * Get hidden layouts.
145
- *
146
- * @since 1.0
147
- * @access public
148
- *
149
- * @return array Hidden layouts.
150
- */
151
- public function get_hidden_layouts () {
152
- return $ this ->hidden_layouts ;
144
+ * Get hidden layouts.
145
+ *
146
+ * @since 1.0
147
+ * @access public
148
+ *
149
+ * @return array Hidden layouts.
150
+ */
151
+ public function get_hidden_layouts () {
152
+ return $ this ->hidden_layouts ;
153
153
}
154
154
155
155
/**
156
- * Set hidden layout.
157
- *
158
- * @since 1.0
159
- * @access public
156
+ * Set hidden layout.
157
+ *
158
+ * @since 1.0
159
+ * @access public
160
160
*
161
161
* @param string $field_key
162
162
* @param int $row
163
- */
164
- public function set_hidden_layout ( $ field_key , $ row ) {
165
- $ this ->hidden_layouts [ $ field_key ][] = 'row- ' . $ row ;
163
+ */
164
+ public function set_hidden_layout ( $ field_key , $ row ) {
165
+ $ this ->hidden_layouts [ $ field_key ][] = 'row- ' . $ row ;
166
166
}
167
167
168
168
/**
@@ -172,7 +172,7 @@ public function set_hidden_layout( $field_key, $row ) {
172
172
* @see https://github.com/woocommerce/woocommerce/blob/master/includes/class-woocommerce.php#L304
173
173
*
174
174
* @since 1.0
175
- * @access public
175
+ * @access public
176
176
*
177
177
* @param string $type admin, ajax, cron or frontend.
178
178
*
You can’t perform that action at this time.
0 commit comments