Узнайте правильный ответ, авторизовавшись через социальные сети
Ответ на вопрос: "Which of the following is the correct code to get an array of every image uploaded to a particular post?", который можно встретить среди вопросов викторины: "Upwork WordPress Test 2018"
- • $images =& get_children( ‘post_type=attachment&post_mime_type=image&post_parent=10’ );
- • $images = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
- • $images = get_post(7, ARRAY_A);
- • It cannot be done
Ответ на вопрос добавлен: 2018-11-03 21:08:20