[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
presto-player
/
src
/
admin
/
integrations
/
learndash
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 index.js
43 B
SET
[ EDIT ]
|
[ DEL ]
📄 template.js
930 B
SET
[ EDIT ]
|
[ DEL ]
📄 ui.js
1,697 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: template.js
const { FormToggle } = wp.components; export default () => { return ( <> <span className="sfwd_option_label"> <a className="sfwd_help_text_link" title="Click for Help!"> <img alt="" src="//192.168.4.23:3004/wp-content/plugins/sfwd-lms/assets/images/question.png" /> <label for="learndash-lesson-display-content-settings_lesson_use_presto_video" className="sfwd_label" > Use Presto Video </label> </a> <div id="learndash-lesson-display-content-settings_lesson_use_presto_video_tip" className="sfwd_help_text_div" > <label className="sfwd_help_text"> Use the presto video in your post content for video progression. </label> </div> </span> <FormToggle checked={true} onChange={() => {}} /> </> ); };