function msg_script_init() {
wp_enqueue_style("msgcs", plugins_url('user-messages/css/msgcss.css'), false, "0.0", "all");
}
add_action('admin_init', 'msg_script_init');
WordPress is the leading web factor. In case you need help read the from our experts.
Adding google translation to any page in html/php using Google Translation
Create span element for flags :-
<span class="flags"> <span class="flag_click eng" data-val = 'en'><flag-img></span> <span class="flag_click spn" data-val = 'es'><flag-img></span> |
Add following Script below this :-
<script> jQuery('document').ready(function () { <div id="google_translate_element"></div><script type="text/javascript"> |