X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/plugins/hub-core/shortcodes/message
home
/
hamdjcne
/
public_html
/
wp-content
/
plugins
/
hub-core
/
shortcodes
/
message
/
ðŸ“
..
📄
liquid-message.php
(1.91 KB)
📄
view.php
(708 B)
Editing: view.php
<?php extract( $atts ); // classes $classes = array( 'ld-msg', 'alert', 'alert-dismissible', $type, $this->get_id() ); ?> <div id="<?php echo $this->get_id(); ?>" class="<?php echo ld_helper()->sanitize_html_classes( $classes ) ?>" role="alert"> <div class="ld-msg-inner"> <?php $this->get_icon(); ?> <div class="ld-msg-txt"> <?php $this->get_title(); ?> </div><!-- /.ld-msg-txt --> <button type="button" class="ld-msg-close close" data-dismiss="alert" aria-label="<?php esc_attr_e( 'Close', 'landinghub-core' ); ?>"> <span aria-hidden="true"> <i class="lqd-icn-ess icon-ion-ios-close"></i> </span> </button> </div><!-- /.ld-msg-inner --> </div><!-- /.ld-msg -->
Upload File
Create Folder