golden hour
/home/godaofbq/hardchambers.com/wp-content/plugins/betterdocs-pro/views/admin/taxonomy
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
127 B
Del
OK
category
-
Del
OK
doc_category
-
Del
OK
handbook-layout-image-add.php
841 B
Del
OK
handbook-layout-image-update.php
1.32 KB
Del
OK
kb
-
Del
OK
Edit: handbook-layout-image-update.php
<tr class="form-field term-group-wrap batterdocs-cat-media-upload"> <th scope="row"> <label><?php _e( 'Category Cover Image for Handbook Layout', 'betterdocs-pro' );?></label> </th> <td> <input type="hidden" class="doc-category-image-id" name="term_meta[thumb-id]" value="<?php echo esc_attr( $cat_thumb_id ); ?>"> <div class="doc-category-image-wrapper betterdocs-category-thumb"> <?php if ( $cat_thumb_id ) { echo '<img style="display: none" width="100" src="' . betterdocs_pro()->assets->icon( 'full-default.png', true ) . '" alt="">'; echo wp_get_attachment_image( $cat_thumb_id, 'thumbnail', false, 'class=custom_media_image' ); } else { echo '<img width="100" src="' . betterdocs_pro()->assets->icon( 'full-default.png', true ) . '" alt="">'; } ?> </div> <p> <input type="button" class="button button-secondary betterdocs_tax_media_button" id="betterdocs_tax_media_button" name="betterdocs_tax_media_button" value="<?php _e( 'Add Image', 'betterdocs-pro' );?>" /> <input type="button" class="button button-secondary doc_tax_media_remove" id="doc_tax_media_remove" name="doc_tax_media_remove" value="<?php _e( 'Remove Image', 'betterdocs-pro' );?>" /> </p> </td> </tr>
Save