0
votes
0answers
125 views

Replace string with Module callback, {{widget.social.facebook}} Codeigniter HMVC

I'm looking to insert some similar tags like {{widget.social.facebook}} into an instance of ckeditor. The plan is to run them through either Modules::run() or widgets::run() method. My initial ...