'guest_post' illegal string offset
-
Hi,
In the WP User Frontend plugin, I am receiving this warning from PHP:
Warning: Illegal string offset ‘guest_post’ in /Users/matthewcarlin/Sites/warwickshire/wp-content/plugins/wp-user-frontend-pro/admin/form.php on line 339
That line references this:
echo $settings[‘guest_post’] == ‘false’ ? sprintf( $image, $url . ‘cross.png’, __( ‘No’, ‘wpuf’ ) ) : sprintf( $image, $url . ‘tick.png’, __( ‘Yes’, ‘wpuf’ ) ) ;
Any fix for this?
The topic ‘'guest_post' illegal string offset’ is closed to new replies.