PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 3.5.3
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v3.5.3
4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.5.2 All 199 releases
betterdocs / views / admin / setup-wizard / welcome.php

welcome.php in BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot 3.5.3, at views/admin/setup-wizard/welcome.php

25 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <tr>
2 <td>
3 <h2 id="<?php print( isset( $args['id'] ) ? $args['id'] : '' );?>"><?php print( isset( $args['title'] ) ? $args['title'] : '' );?></h2>
4 <p class="welcome-sub-title"><?php print( isset( $args['sub_title'] ) ? $args['sub_title'] : '' );?></p>
5 <?php
6 if ( isset( $args['video_url'] ) ):
7 ?>
8 <div class="wpscp-getting-started-video">
9 <iframe width="620" height="350" src="<?php print( isset( $args['video_url'] ) ? esc_url( $args['video_url'] ) : '' )?>" frameborder="0"></iframe>
10 </div>
11 <?php
12 endif;
13 /** @var object $current_user; */
14 ?>
15 </td>
16 </tr>
17 <tr>
18 <td>
19 <div class="betterdocs_getting_started_form text-center">
20 <input type="checkbox" id="betterdocs_user_email_address" name="betterdocs_user_email_address" value="<?php print $current_user->user_email;?>">
21 <?php _e( 'Share non-sensitive diagnostic data and plugin usage information.', 'betterdocs' )?>
22 </div>
23 </td>
24 </tr>
25