We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97af2a1 commit 0a39442Copy full SHA for 0a39442
includes/admin/class-setup-wizard.php
@@ -1149,7 +1149,7 @@ public function complete_step() {
1149
<ul class="wzkb-setup-next-actions-horizontal">
1150
<?php if ( $multi_product ) : ?>
1151
<li class="setup-product">
1152
- <a class="button button-primary button-large" href="<?php echo esc_url( admin_url( 'post-new.php?post_type=wzkb_product' ) ); ?>">
+ <a class="button button-primary button-large" href="<?php echo esc_url( admin_url( 'edit-tags.php?taxonomy=wzkb_product&post_type=wz_knowledgebase' ) ); ?>">
1153
<span class="dashicons dashicons-plus-alt"></span>
1154
<?php esc_html_e( 'Create your first product', 'knowledgebase' ); ?>
1155
</a>
0 commit comments