Enable theme support for Sensei LMS

Enable theme support for Sensei LMS on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_action( 'after_setup_theme', 'declare_sensei_support' );
function declare_sensei_support() {
    add_theme_support( 'sensei' );
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.