░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/home/fotosel/.trash/wp-content.1/plugins/call-now-button/src/notices
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: CnbNotice.php
<?php namespace cnb\notices; // don't load directly defined( 'ABSPATH' ) || die( '-1' ); /** * @var $type string one of info, success, warning, error * @var $dismissable boolean false by default */ class CnbNotice { /** * @var string|null info, success, warning, error */ public $type; /** * @var string */ public $message; /** * @var boolean */ public $dismissable; /** * @var string */ public $dismiss_option; public function __construct( $type = null, $message = null, $dismissable = false, $dismiss_option = null ) { $this->type = $type; $this->message = $message; $this->dismissable = $dismissable; $this->dismiss_option = $dismiss_option; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 CnbAdminNotices.php
PHP
6.4 KB
2022-06-18 05:32
EDIT
📄 CnbNotice.php
PHP
788 B
2022-06-18 05:32
EDIT
📄 CnbNotices.php
PHP
521 B
2022-06-18 05:32
EDIT
📄 index.php
PHP
27 B
2022-06-18 05:32
EDIT