|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/KMU-CSR-PLANER/wp-content/plugins/modern-polls/resources/views/ |
Upload File : |
<?php
/********************************************************************
* @plugin ModernPolls
* @file views/created.php
* @date 11.02.2021
* @author Felix Tzschucke <f.tzschucke@gmail.com>
* @copyright 2018 - 2021 Felix Tzschucke
* @license GPL2
* @version 1.0.10
* @link https://felixtz.de/
********************************************************************/
?>
<div class="mpp-body_wrapper">
<div class="mpp-container">
<h2 class="mpp-border_bottom"><?php _e('Poll created', FelixTzWPModernPollsTextdomain); ?></h2>
<h3>
<?php _e('To use this Poll in Frontend, use the Poll Button in the Text Editor or copy & paste the Poll shortcut.', FelixTzWPModernPollsTextdomain); ?>
</h3>
<h4><?php _e('Poll Shortcut', FelixTzWPModernPollsTextdomain); ?>: [mpp id="<?= $result ?>"]</h4>
<h4><?php _e('Poll ID', FelixTzWPModernPollsTextdomain); ?>: <?= $result ?></h4>
</div>
</div>