| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/stirizo/wp-content/plugins/widgetkit-pro/inc/learndash/templates/ |
Upload File : |
<div id="wkfe-ld-template-dialog-message" style="display:none">
<form class="wkfe-ld-template-modal" method="post" data-in-elementor="0" data-site-admin-url="<?php echo esc_url( get_admin_url() ); ?>" data-form-id="0">
<table class="form-table" role="presentation">
<tbody>
<tr>
<th scope="row"><?php esc_html_e('Title:','widgetkit-pro'); ?></th>
<td>
<input type="text" name="ld_course_name" id="ld_course_name" value="" class="regular-text">
</td>
</tr>
<tr>
<th scope="row"><?php esc_html_e('Learndash Course:','widgetkit-pro'); ?></th>
<td>
<select name="ld_course_id" id="ld_course_id" class="regular-text">
<option value=""><?php esc_html_e('Select a Course','widgetkit-pro') ?></option>
<option value="all"><?php esc_html_e('All','widgetkit-pro') ?></option>
<?php
foreach (learndash_post_title_arr() as $key => $value) { ?>
<option value="<?php echo esc_attr($key); ?>"><?php echo esc_html($value); ?></option>
<?php }
?>
</select>
</td>
</tr>
<tr>
<th scope="row"><?php esc_html_e('Activate:','widgetkit-pro'); ?></th>
<td>
<input type="checkbox" id="wkfe_ld_template_val" name="wkfe_ld_template_val" value="1">
</td>
</tr>
</tbody>
</table>
</form>
</div>