function load_adthrive_terms(e){return function(a,t){jQuery.ajax({url:ajaxurl,type:"GET",data:{action:"adthrive_terms",taxonomy:e,query:a},error:function(){t()},success:t})}}jQuery(document).ready(function(e){e("#disabled_tags").selectize({preload:!0,load:load_adthrive_terms("post_tag")}),e("#disabled_categories").selectize({preload:!0,load:load_adthrive_terms("category")})});