geno/wp-content/plugins/ti-woocommerce-wishlist/views/message.php

15 lines
368 B
PHP
Raw Normal View History

2024-02-01 17:24:18 +05:30
<?php
/**
* The Template for displaying admin notice message this plugin.
*
* @since 1.0.0
* @package TInvWishlist\Admin\Template
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<div class="notice notice-<?php echo esc_attr( $_status ); ?>"><p><?php echo $_message; // WPCS: xss ok. ?></p></div>