shortcode cursos 2018
para listar las lecciones del curso
// Add Shortcode function escolano_shortcode() { { return '<div class="box-red"> <p style="text-align: center;"><strong>Suscríbete al <span style="color: #ff0000;"><a style="color: #ff0000;" href="https://escolanolanau.com/tienda/suscripcion-premium/">PLAN PREMIUM</a></span> para hacer este curso.</strong></p> <p style="text-align: center;"><strong>Si ya eres miembro <span style="color: #ff0000;"><a style="color: #ff0000;" href="https://escolanolanau.com/mi-cuenta/">ACCEDE AQUÍ</a></span>.</strong></p> </div>'; } } add_shortcode( 'premium', 'escolano_shortcode' );