I found this simple plugin.
I want set this plugin only work for styleid 1,3,8
This plugin i put in postbit_display_complete:
PHP Code:
$link = array(
'href="http://www.site1.com',
'href="https://www.site1.com'
);
$word = array(
'href="http://www.site2.com',
'href="http://www.site2.com'
);
$this->post['message'] = str_ireplace($link, $word, $this->post['message']);
Please help me!!
Thank You