'; /* translators: error message shown when multiple instance of the plugin are detected */ echo '
' . esc_html( __( 'ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were detected. Please activate only one instance at a time.', 'black-studio-tinymce-widget' ) ) . '
'; echo ''; } } add_action( 'admin_notices', 'bstw_multiple_notice' ); } // END function_exists bstw_multiple_notice check } // END else function_exists bstw check