arkadaşlar sizce bu kod ne kadar sağlıklıdır?
//jQuery Google Libraryfunction replace_jquery() { if (!is_admin()) { // comment out the next two lines to load the local copy of jQuery wp_deregister_script('jquery'); wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js', false, '1.11.3'); wp_enqueue_script('jquery'); }}add_action('init', 'replace_jquery');