PluginProbe
The WP Remote WordPress Plugin / 4.86
The WP Remote WordPress Plugin v4.86
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 -10 5.164.86 View file →
@@ -203,18 +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 -
208 - case "get_post_ids":
209 - if (array_key_exists('urls', $params)) {
210 - $resp = array();
211 - foreach ( $params['urls'] as $url ) {
212 - $resp[$url] = url_to_postid($url);
213 - }
214 - }
215 - break;
216 -
217 207 case "permalink":
218 208 if (array_key_exists('post_ids', $params)) {
219 209 $resp = array();
220 210 foreach ( $params['post_ids'] as $id ) {