How to all LMS statistics in the frontend page

Home Forums Legacy Support Support queries How-to & Troubleshooting How to all LMS statistics in the frontend page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #237742
    JMG-Solutions
    Participant
    Hello I want to add new page with the same theme design and put all the LMS statistics inside this page. I don't want to share statistics from the admin panel. Thanks  
    #237795
    logan
    Member
    Hello, please share the page URL and some screenshots so that i can guide you better. these statistics come from the widget sections, it changes as per the logged-in user id. share the asked information, we will look into this matter.
    #237922
    JMG-Solutions
    Participant
    This reply has been marked as private.
    #237984
    logan
    Member

    Hello,

    add this code in your customizer.php in wplms customizer plugin.

    add_shortcode('lms_stats',function($atts,$content){ ob_start(); vibe_lms_stats(); $htmnl = ob_get_clean(); return $htmnl; }); then use this shortcode in a page [lms_stats]
    #238050
    JMG-Solutions
    Participant
    This reply has been marked as private.
    #238141
    Diana
    Participant
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to all LMS statistics in the frontend page’ is closed to new replies.