Hello again, I'm sorry, I am taking your time so much.
l'm sorry, I'm beginner.
Your Message #17
hook location strip_bbcode:
PHP Code:
$fast_and_dirty = true
functions.php
Is it possible to disable the this code with plugin?
PHP Code:
if ($fast_and_dirty)
{
// any old thing in square brackets
$find[] = '#\[.*/?\]#siU';
$replace[] = '';
$message = preg_replace($find, $replace, $message);
}
I get my need in this way.
$message; //= preg_replace($find, $replace, $message);
Thanks