Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/tutumluyuz.com/httpdocs/wp-includes/default-embeds.php:57) in /var/www/vhosts/tutumluyuz.com/httpdocs/wp-content/plugins/link-harvest/link-harvest.php on line 1500
function aklh_show_for_domain(domain_id, type) {
switch (type) {
case 'posts':
case 'links':
var pars = {
"ak_action": "show_" + type,
"domain_id": domain_id
};
}
var target = jQuery('#domain_' + domain_id);
target.html('Loading...').show();
jQuery.get("http://tutumluyuz.com/index.php", pars, function(data) {
target.hide().html(data).slideDown();
});
}