Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/ozempicbestellen.nl/wp-content/themes/flatsome/inc/admin/ |
Upload File : |
<?php if ( get_theme_mod( 'maintenance_mode', 0 ) && get_theme_mod( 'maintenance_mode_admin_notice', 1 ) ) { add_action( 'admin_notices', 'flatsome_maintenance_admin_notice' ); } function flatsome_maintenance_admin_notice() { $advanced_url = get_admin_url() . 'admin.php?page=optionsframework&tab='; ?> <div class="notice notice-info"> <p><?php echo sprintf( __( 'Flatsome Maintenance Mode is <strong>active</strong>. Please don\'t forget to <a href="%s">deactivate</a> it as soon as you are done.', 'flatsome-admin' ), $advanced_url . 'of-option-maintenancemode' ); ?></p> </div> <?php }