Conversation
supportLine 274 in tealium.php generates a “Deprecated: Assigning the return value of new by reference is deprecated: warning. If you change it from: $searchResults = &new WP_Query( 's='.str_replace( ' ', '+', $searchQuery.'&showposts=-1' ) ); to $searchResults = new WP_Query( 's='.str_replace( ' ', '+', $searchQuery.'&showposts=-1' ) ); you will get rid of the warning. https://wordpress.org/plugins/tealium/
Thanks for reporting. This is fixed in version 2.1.1.
Thanks for reporting. This is fixed in version 2.1.1.