@@ -159,6 +159,11 @@ discard block |
||
159 | 159 | |
160 | 160 | } |
161 | 161 | |
162 | + /** |
|
163 | + * @param string $action_name |
|
164 | + * @param string $id_field |
|
165 | + * @param string|null $where_sql |
|
166 | + */ |
|
162 | 167 | private function enqueue_all_ids_as_action( $action_name, $table_name, $id_field, $where_sql ) { |
163 | 168 | global $wpdb; |
164 | 169 | |
@@ -285,6 +290,9 @@ discard block |
||
285 | 290 | return $args; |
286 | 291 | } |
287 | 292 | |
293 | + /** |
|
294 | + * @param string $meta_type |
|
295 | + */ |
|
288 | 296 | private function get_metadata( $ids, $meta_type ) { |
289 | 297 | global $wpdb; |
290 | 298 | $table = _get_meta_table( $meta_type ); |