/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

/* sembunyikan popup AIP / widget yang terbuka otomatis */
.aip-popup, .aip-widget, .ai-popup, .wpbot-popup, #aipModal {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

function custom_logout_redirect_to_home() {
    return home_url();
}
add_filter( 'logout_redirect', 'custom_logout_redirect_to_home' );



