get_var( 'SELECT doc FROM ' . $relevanssi_variables['relevanssi_table'] . ' WHERE doc > 0 ORDER BY doc ASC LIMIT 1' ); // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared,WordPress.DB.PreparedSQL.NotPrepared if ( null === $lowest_doc ) { // The database table is empty or doesn't exist. $lowest_doc = 0; relevanssi_create_database_tables( 0 ); } if ( RELEVANSSI_PREMIUM ) { $user_count = get_option( 'relevanssi_user_count', 0 ); $taxterm_count = get_option( 'relevanssi_taxterm_count', 0 ); } $this_page = '?page=' . plugin_basename( $relevanssi_variables['file'] ); $update_url = wp_nonce_url( $this_page . '&rlv_tab=indexing&update_counts=1', 'update_counts' ); ?>
%s

', esc_html__( "WARNING: You've chosen no post types to index. Nothing will be indexed. Choose some post types to index.", 'relevanssi' ) ); } } ?>

>