You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output buffer call in Block_Container class disrupts blade buffering order and @yield / @section directives stop working properly, whenever a Carbon Fields block is included in content.
Carbon_Fields\Container\Block_Container::452
$toReturn = ob_get_contents();
ob_clean();
Replacing ob_clean() with ob_end_clean() seems to solve the issue with no adverse effects in WP Admin / frontend.