Hi
I wanted to edit the shortcode output pragmatically but not sure how the following function works https://docs.metabox.io/filters/rwmb-shortcode/
I tried to call it with add_filter but it does nothing? i tried to error_log the $content but nothing outputs.
add_filter( 'rwmb_shortcode', [ $this, 'test' ]);
thanks
Nick