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 -18 5.164.79 View file →
@@ -203,26 +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 - case "permalink":
218 - if (array_key_exists('post_ids', $params)) {
219 - $resp = array();
220 - foreach ( $params['post_ids'] as $id ) {
221 - $resp[$id]['url'] = get_permalink($id);
222 - }
223 - }
224 - break;
225 207 default:
226 208 $resp = false;
227 209 }
228 210 return $resp;