skip to Main Content

I have a script in which I replace the old content of the blocks with something else. At the end I just call $block->setContent($content)->save(). The issue is that after i run the script and the new content is save to the db, I still have to manually go into the admin and click Save on the block in order for it to appear

I’ve tried flushing the caches multiple times


Please signup or login to give your own answer.
Back To Top
Search