• Resolved damaca

    (@damaca)


    Hi,

    I want to change in sensei the words course, module and lesson for others. How can I do it?

Viewing 1 replies (of 1 total)
  • Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there,

    This goes a little beyond the scope of our support, however you can try using ?the?Code Snippets plugin?to add the following snippet:

    add_filter( 'sensei_modules_title', 'update_module_title' );
    
    function update_module_title() {
    	return '<header class="modules-title"><h2>Custom Title</h2></header>';
    }

    This is for the modules; you can try replacing the modules bit for courses and lessons.

Viewing 1 replies (of 1 total)
  • The topic ‘change tittles’ is closed to new replies.