get_gallery_image_ids(); // Get attachments count. $attachments_count = count( $attachment_ids ); // Image args. $img_args = array( 'alt' => get_the_title(), ); if ( oceanwp_get_schema_markup( 'image' ) ) { $img_args['itemprop'] = 'image'; } ?>