Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: profile.js
import courseTab from './profile/course-tab'; import courseStatistics from './profile/statistic'; import recoverOrder from './profile/order-recover'; import Avatar from './profile/avatar'; import CourseList from './profile/course-list'; document.addEventListener( 'DOMContentLoaded', function( event ) { courseTab(); courseStatistics(); recoverOrder(); CourseList(); } ); if ( document.getElementById( 'learnpress-avatar-upload' ) ) { wp.element.render( <Avatar />, document.getElementById( 'learnpress-avatar-upload' ) ); }