Warning when used with ACF
-
I’m using this plugin in combinati0on with Advanced Custom Fields and have had some success using this in functions.php
add_filter('acf/load_value', 'mimetypes_to_icons');
However I get the following warning message:
Warning: preg_match_all() expects parameter 2 to be string, array given in C:\xampp\htdocs\WP-sandpit\wp-content\plugins\mimetypes-link-icons\mime_type_link_images.php on line 1187
Cheers – Jesse
- The topic ‘Warning when used with ACF’ is closed to new replies.