LLMS_Student_Dashboard::__construct()
Constructor
Contents
Source Source
File: includes/class.llms.student.dashboard.php
28 29 30 31 32 33 34 | public function __construct() { add_filter( 'llms_get_endpoints' , array ( $this , 'add_endpoints' ) ); add_filter( 'lifterlms_student_dashboard_title' , array ( $this , 'modify_dashboard_title' ), 5 ); add_filter( 'rewrite_rules_array' , array ( $this , 'modify_rewrite_rules_order' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |