PluginProbe
The WP Remote WordPress Plugin / 4.79
The WP Remote WordPress Plugin v4.79
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | callback/wings/misc.php +0 -8 5.054.79 View file →
@@ -203,16 +203,8 @@
203 203 $resp['taxonomy_cp_results'] = $taxonomy_result['taxonomy_data'];
204 204 $resp['taxonomies'] = $taxonomy_result['taxonomies'];
205 205 }
206 206 break;
207 - case "permalink":
208 - if (array_key_exists('post_ids', $params)) {
209 - $resp = array();
210 - foreach ( $params['post_ids'] as $id ) {
211 - $resp[$id]['url'] = get_permalink($id);
212 - }
213 - }
214 - break;
215 207 default:
216 208 $resp = false;
217 209 }
218 210 return $resp;