PHP 8.x again
-
Hi,
my setup:
– WordPress 6.x
– ACF Pro 6.0
– Polylang ProI am working with “Flexible Layouts” in ACF so i call the table data with
get_sub_field("fieldname");
In PHP 7.4 it works without any problem. With PHP 8.0 or 8.1 the output of get_sub_field(“fieldname”); is absolute empty. I dont get any data with print_r();
What can I do?
Kind regards,
Tobias
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP 8.x again’ is closed to new replies.