class-wpml-admin-notifier.php 270 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php class WPML_Admin_Notifier { public function display_instant_message( $message, $type = 'information', $class = false, $return = false, $fadeout = false ) { return ICL_AdminNotifier::display_instant_message( $message, $type, $class, $return, $fadeout ); } }