Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b8334c11
authored
2023-10-26 12:05:53 -0400
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
cli debug
1 parent
d91b15f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
wp-content/themes/commonwell-broker/inc/brokers_cli.php
wp-content/themes/commonwell-broker/inc/brokers_cli.php
View file @
b8334c1
...
...
@@ -166,6 +166,8 @@ if ( class_exists( 'WP_CLI' ) ) {
$doc_type
=
$nm
[
'type'
];
$product_line
=
$nm
[
'product_line'
];
error_log
(
$nm
[
'link'
]
.
" FOUND!"
.
$post_id
);
$this
->
setPostData
(
$post_id
,
$product_line
,
$doc_type
);
// if(!isset($document_types[$nm['type']])) {
...
...
Please
register
or
sign in
to post a comment