Hey, so I also noticed an issue with the plugin. I have a website currently under development. It is the latest version of wordpress (version 5.7.1), running on php version 7.3. I am also using the Custom Post Type User Interface and Advanced Custom Fields plugins. The problem is when I use them together, and use the following PHP code in the custom archive page I created from scratch, that page runs into an error. Sample code is:
$str = 'my dog sat on a hat';//imagine this value is actually stored in the database
from a custom field, and pulled using the get_field() function.
if(str_contains($str, 'dog')){
//do something here
}
Now, it seems as though the issue / conflict is with the php function ‘str_contains’, however, the previous version of this plugin did not have that specific issue. I have tested everything else to the best of my ability, and narrowed it down to this.
-
This reply was modified 3 years, 6 months ago by kathrynmpu.
-
This reply was modified 3 years, 6 months ago by kathrynmpu.