You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/docs.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@
22
22
<?phpif ( ! $is_pro ) { ?>
23
23
<p>We have many more features and charts, and offer email & chat support if you purchase our <a href="<?phpecho Visualizer_Plugin::PRO_TEASER_URL; ?>">Pro Version</a>.</p>
24
24
<?php } ?>
25
+
26
+
<p>Ready to begin? Let's <a href="<?phpechoadmin_url( 'admin.php?page=' . Visualizer_Plugin::NAME . '&vaction=addnew' ); ?>">create a chart!
0 commit comments