芝麻web文件管理V1.00
编辑当前文件:/home/dcqnetm/intuns/wp-content/plugins/tutor/classes/Tutor_Base.php
course_post_type = tutor()->course_post_type; $this->lesson_post_type = tutor()->lesson_post_type; //Lesson Permalink $this->lesson_base_permalink = tutor_utils()->get_option('lesson_permalink_base'); if ( ! $this->lesson_base_permalink){ $this->lesson_base_permalink = $this->lesson_post_type; } } }