$data) {
$value->{$key} = xyz_trim_deep( $data );
}
} else {
$value = trim($value);
}
return $value;
}
}
if(!function_exists('xyz_ihs_links')){
function xyz_ihs_links($links, $file) {
$base = plugin_basename(XYZ_INSERT_HTML_PLUGIN_FILE);
if ($file == $base) {
$links[] = '';
$links[] = '';
$links[] = '';
$links[] = '';
$links[] = '';
}
return $links;
}
}
add_filter( 'plugin_row_meta','xyz_ihs_links',10,2);
?>