cli debug
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -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']])) { | ... | ... |
-
Please register or sign in to post a comment