What is the best way to override this function (defined in flexform/includes/swift-framework/sf-content-display/sf-post-formats.php.php) ?
There are no hooks I could work with and it is not wraped within if(!function_exists(‘sf_get_post_item’){ … } to redeclare it this way.
The main goal is to keep the parent theme untouched for future updates and the specific goal in this case is to change the look of post content.
I would need some other function overrides as well but this override stuck me from last few hours 🙁
Note: I have tried the way posted here but it never worked.
please help.
Thank you!