Sorry another question, I was testing a filter as follows:
function filter_buttons($htmlarray){
var_dump($htmlarray);
}
add_filter( ‘learn-press/single-course/offline/section-right/info-meta/buttons’, ‘filter_buttons’);
It did echo me the array contents but also the following error:
Fatal error: Uncaught TypeError: LearnPress\Helpers\Template::combine_components(): Argument #1 ($elms) must be of type array, null given, called in /home/artisalwaysmagic/public_html/wp-content/plugins/learnpress/inc/TemplateHooks/Course/SingleCourseOfflineTemplate.php on line 223 and defined in /home/artisalwaysmagic/public_html/wp-content/plugins/learnpress/inc/Helpers/Template.php:262 Stack trace: #0 /home/artisalwaysmagic/public_html/wp-content/plugins/learnpress/inc/TemplateHooks/Course/SingleCourseOfflineTemplate.php(223):