$bfastmag_required_action_value ):
if($bfastmag_show_required_actions[$bfastmag_required_action_value['id']] === false) continue;
if($bfastmag_required_action_value['check']) continue;
?>
'.__( 'Hooray! There are no required actions for you right now.','bfastmag' ).'';
endif;
?>
bfastmag
get_contents( get_template_directory().'/CHANGELOG.md' );
$bfastmag_changelog_lines = explode(PHP_EOL, $bfastmag_changelog);
foreach($bfastmag_changelog_lines as $bfastmag_changelog_line){
if(substr( $bfastmag_changelog_line, 0, 3 ) === "###"){
echo '
'.substr($bfastmag_changelog_line,3).'
';
} else {
echo $bfastmag_changelog_line.'
';
}
}
?>