| @@ -163,9 +163,9 @@ | ||
| 163 | 163 | |
| 164 | 164 | <?php if ($version == 'Free'){ ?> |
| 165 | 165 | <a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=pb-basic-info&utm_medium=client-site&utm_campaign=pb-extra-fields#pricing" target="_blank" class="button button-primary wppb-button-free"><?php esc_html_e( 'Extra Profile Fields are available in Basic or PRO versions', 'profile-builder' ); ?></a> |
| 166 | 166 | <?php } else {?> |
| 167 | - <a href="admin.php?page=manage-fields" class="button button-secondary"><?php esc_html_e( 'Get started with extra fields', 'profile-builder' ); ?></a> | |
| 167 | + <a href="<?php echo esc_url( admin_url( 'edit.php?post_type=wppb-rf-cpt' ) ); ?>" class="button button-secondary"><?php esc_html_e( 'Get started with extra fields', 'profile-builder' ); ?></a> | |
| 168 | 168 | <?php } ?> |
| 169 | 169 | |
| 170 | 170 | <div class="cozmoslabs-form-field-wrapper" id="basic-info-extra-fields-list"> |
| 171 | 171 | <ul> |