: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
function wpcf7_delete_plugin() {
delete_option( 'wpcf7' );
'post_type' => 'wpcf7_contact_form',
foreach ( $posts as $post ) {
wp_delete_post( $post->ID, true );
"DROP TABLE IF EXISTS %s",
$wpdb->prefix . 'contact_form_7'
if ( ! defined( 'WPCF7_VERSION' ) ) {