b8334c11 by Jeremy Groot

cli debug

1 parent d91b15f7
...@@ -166,6 +166,8 @@ if ( class_exists( 'WP_CLI' ) ) { ...@@ -166,6 +166,8 @@ if ( class_exists( 'WP_CLI' ) ) {
166 $doc_type = $nm['type']; 166 $doc_type = $nm['type'];
167 $product_line = $nm['product_line']; 167 $product_line = $nm['product_line'];
168 168
169 error_log($nm['link'] . " FOUND!" . $post_id);
170
169 $this->setPostData($post_id, $product_line, $doc_type); 171 $this->setPostData($post_id, $product_line, $doc_type);
170 172
171 // if(!isset($document_types[$nm['type']])) { 173 // if(!isset($document_types[$nm['type']])) {
......