// Register the CPL Learning button shortcode
function cpl_learning_button_shortcode() {
return ‘
Access CPL Learning
To complete your training modules, click the button below to open CPL Learning in a new tab.
‘;
}
add_shortcode(‘cpl_learning_button’, ‘cpl_learning_button_shortcode’);

