File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/wp-all-export-pro/src/WordPress/AdminNotice.php
Back
<?php namespace Wpae\WordPress; abstract class AdminNotice { protected $message; public function __construct($message) { $this->message = $message; } public function showNotice() { ?> <div class="<?php echo esc_attr($this->getType());?>"><p> <?php echo wp_kses_post($this->message); ?> </p></div> <?php } public function render() { add_action('admin_notices', array($this, 'showNotice')); } abstract function getType(); }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings