If you are using the Sensei Content Drip extension, the drip emails get scheduled for whatever time of day you happen to activate the extension. If you would like to assert some control over what time of day the emails get sent, you can use the WordPress provided filter named schedule_event to alter the timestamp that is […]
How to Replace Sensei Course Archive Label Text
The default label text for Sensei course archives can be changed by implementing the sensei_archive_course_filter_by_options filter. Below is an example of how you might change the ‘All’ and ‘Featured’ labels: Not sure what to do with code snippets? See What Do I Do With These Code Snippets?