芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wpdiscuz/utils/WpdiscuzElementorIntegration.php
wpdiscuzForm->getForm($post->ID); $form->initFormFields(); if (apply_filters("is_load_wpdiscuz", $form->getFormID() && ( comments_open($post) || $post->comment_count ) && is_singular() && post_type_supports($post->post_type, "comments"), $post)) { include ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php"; }else{ add_filter('deprecated_file_trigger_error', '__return_false'); comments_template(); remove_filter('deprecated_file_trigger_error', '__return_false'); } } }