Skip to content
Menu

Register

Already have an account?

A medium-strength password is needed to register. Tip: Try at least 12 characters long containing letters, numbers, and special characters.

Fastway User Settings

The key will override the user id

The key will override the plugin key

Order Details

Course
Meesterklas Pakket: Graad 12 Fisika & Chemie
ZAR 1,800.00
ZAR 1,800.00
Total
ZAR 1,800.00
( function () { let completed = false; /** * Initializes the LearnDash Breakpoints. * * @since 4.16.0 */ function initBreakpoints() { if ( completed ) { // This was fired already and completed no need to attach to the event listener. document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); return; } if ( 'undefined' === typeof window.learndash || 'undefined' === typeof window.learndash.views || 'undefined' === typeof window.learndash.views.breakpoints || 'function' !== typeof (window.learndash.views.breakpoints.setup) ) { return; } const container = document.querySelector( '[data-learndash-breakpoint-pointer="dade856c-271f-4ec7-bec9-b464d4b8196b"]' ); if ( ! container ) { return; } window.learndash.views.breakpoints.setup( container ); completed = true; // This was fired already and completed no need to attach to the event listener. document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); } // Try to init the breakpoints right away. initBreakpoints(); document.addEventListener( 'DOMContentLoaded', initBreakpoints ); })();