芝麻web文件管理V1.00
编辑当前文件:/home/dcqnetm/intuns/wp-content/plugins/tutor/classes/Taxonomies.php
term_id, 'thumbnail_id', true ) ); if ( $thumbnail_id ) { $image = wp_get_attachment_thumb_url( $thumbnail_id ); } else { $image = tutor_placeholder_img_src(); } ?>
'; } if ( 'handle' === $column ) { $columns .= '
'; } return $columns; } }