| @@ -404,9 +404,9 @@ | ||
| 404 | 404 | ?> |
| 405 | 405 | </div> |
| 406 | 406 | <?php if ( ! empty( $create_new_post_type ) ) : ?> |
| 407 | 407 | <div class="e-overview__create"> |
| 408 | - <a href="<?php echo esc_url( Utils::get_create_new_post_url( $create_new_post_type ) ); ?>" class="button"><span aria-hidden="true" class="dashicons dashicons-plus"></span> <?php echo esc_html( $create_new_label ); ?></a> | |
| 408 | + <a href="<?php echo esc_url( Plugin::$instance->documents->get_create_new_post_url( $create_new_post_type ) ); ?>" class="button"><span aria-hidden="true" class="dashicons dashicons-plus"></span> <?php echo esc_html( $create_new_label ); ?></a> | |
| 409 | 409 | </div> |
| 410 | 410 | <?php endif; ?> |
| 411 | 411 | </div> |
| 412 | 412 | <?php if ( $recently_edited_query->have_posts() ) : ?> |