| Server IP : 68.178.247.200 / Your IP : 216.73.216.14 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/x9dppmxs4rgd/public_html/wp-content/themes/grace-church/fw/js/ |
Upload File : |
function grace_church_admin_change_post_type(a){var b=jQuery(a).parent().next().find("select");var c=jQuery(a).parent().next().find("label");grace_church_admin_fill_categories(a,b,c);return false}function grace_church_admin_fill_categories(a,c,f){var b=grace_church_get_listbox_selected_value(c.get(0));f.append('<span class="sc_refresh iconadmin-spin3 animate-spin"></span>');var e=jQuery(a).val();var d={action:"grace_church_admin_change_post_type",nonce:GRACE_CHURCH_GLOBALS.ajax_nonce,post_type:e};jQuery.post(GRACE_CHURCH_GLOBALS.ajax_url,d,function(h){var k=JSON.parse(h);if(k.error===""){var g="";for(var j in k.data.ids){g+='<option class="'+k.data.ids[j]+'" value="'+k.data.ids[j]+'"'+(k.data.ids[j]==b?' selected="selected"':"")+">"+k.data.titles[j]+"</option>"}c.html(g);f.find("span").remove()}});return false};