Can we add any extra widgets or features on the LD dashboard page?

Ld dashboard is providing different bookable positions, by using these hooks, you can add extra sections on the LD dashboard page.

Following are the below hookable positions :

  • do_action( ‘ld_dashboard_before_profile_section’ );
  • do_action( ‘ld_dashboard_after_profile_section’ );
  • do_action( ‘ld_dashboard_before_welcome_message’ );
  • do_action( ‘ld_dashboard_after_welcome_message’ );
  • do_action( ‘ld_dashboard_before_content’ );
  • do_action( ‘ld_dashboard_after_content’ );
  • do_action( ‘ld_dashboard_before_statistics_container’ );
  • do_action( ‘ld_dashboard_after_statistics_container’ );
  • do_action( ‘ld_dashboard_before_course_activity_section’ );
  • do_action( ‘ld_dashboard_after_course_activity_section’ );
Update on February 23, 2021