| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/betterdocs/views/admin/setup-wizard/ |
Upload File : |
<tr>
<td>
<h2 id="<?php print( isset( $args['id'] ) ? $args['id'] : '' );?>"><?php print( isset( $args['title'] ) ? $args['title'] : '' );?></h2>
<p class="welcome-sub-title"><?php print( isset( $args['sub_title'] ) ? $args['sub_title'] : '' );?></p>
<?php
if ( isset( $args['video_url'] ) ):
?>
<div class="wpscp-getting-started-video">
<iframe width="620" height="350" src="<?php print( isset( $args['video_url'] ) ? esc_url( $args['video_url'] ) : '' )?>" frameborder="0"></iframe>
</div>
<?php
endif;
/** @var object $current_user; */
?>
</td>
</tr>
<tr>
<td>
<div class="betterdocs_getting_started_form text-center">
<input type="checkbox" id="betterdocs_user_email_address" name="betterdocs_user_email_address" value="<?php print $current_user->user_email;?>">
<?php _e( 'Share non-sensitive diagnostic data and plugin usage information.', 'betterdocs' )?>
</div>
</td>
</tr>