Yes, removing the space before the tag solved my issue for now.
<?php
// Sensei Lesson Video
function wss_sensei_lesson_video( $atts ) {
global $post;
ob_start();
// ...
Looks like there’s a space at the beginning of the file shortcodes.php .
-
This reply was modified 7 years, 4 months ago by damonrm.
-
This reply was modified 7 years, 4 months ago by damonrm.
-
This reply was modified 7 years, 4 months ago by damonrm.