Warning: in_array() expects parameter 2 to be array, string given in /var/sites/p/pink.com.ng/public_html/wp-content/plugins/wp-user-frontend/wpuf.php on line 784
same as mine
Hello @bugnumber9
I tried to reproduce the issue(error message) on my local site but I didn’t find such an error message. However, would you please add this following scripts on your wp-config.php and try again.
// Enable WP_DEBUG mode
define( 'WP_DEBUG', false );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
NOTE: Please make sure you insert this BEFORE /* That’s all, stop editing! Happy blogging. */ in the wp-config.php file.
After crossing the above tips, if you are still getting the message then please contact our support from the contact page. They will help you out.