Мое регулярное выражение:
Код: Выделить всё
$content = preg_split('//i', get_the_content('more'));
Код: Выделить всё
-> it works
-> not working
Код: Выделить всё
$content = preg_split('//i', get_the_content('more'));
Код: Выделить всё
-> it works
-> not working