2
Thêm tùy chọn tùy chỉnh vào hộp thoại wplink
Tôi quản lý để thêm tùy chọn tùy chọn cho hình ảnh với function attachment_field_credit( $form_fields, $post ) { $field_value = get_post_meta( $post->ID, 'first_image', true ); $isSelected1 = $field_value == '1' ? 'selected ' : ''; $isSelected2 = $field_value != '1' ? 'selected ' : ''; $form_fields['first_image'] = array( 'label' …