get_var( "SELECT count(*) FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'spucpt'" ); if ( $total > 0 ) { update_option( 'spu_plugin_updated', true ); } } elseif ( ! empty( $current_version ) && version_compare( $current_version, SPU_VERSION, '<' ) ) { update_option( 'spu_plugin_updated', true ); } } } }