@hittheroadjack I think you are using a php version under 7.4 the plugin is using a php syntax from that version. Just go to the file custom-post-types.php und remove the , in line 71 behind the false.
The code should look like that then:
(new CPT\Notice)->add(
'db_update_notice',
__('The database update process was repeated.', 'custom-post-types'),
'warning',
true,
false
);
`
@totalpressorg could you please make a hotfix for that so older PHP Version are supported?
-
This reply was modified 4 years, 10 months ago by maurice1337.
-
This reply was modified 4 years, 10 months ago by maurice1337.