Current File : /home/kelaby89/abl.academy/wp-content/plugins/learnpress/assets/src/js/frontend/profile.js |
import courseTab from './profile/course-tab';
import courseStatistics from './profile/statistic';
import recoverOrder from './profile/order-recover';
import profileCoverImage from './profile/cover-image';
import profileAvatarImage from './profile/avatar';
import profileQuizTab from './profile/quiz';
profileCoverImage();
profileQuizTab();
courseStatistics();
recoverOrder();
document.addEventListener( 'DOMContentLoaded', function( event ) {
courseTab();
} );
if ( document.getElementById( 'learnpress-avatar-upload' ) ) {
profileAvatarImage();
}