wpmdb_cli_get_row_counts_from_table_list

wpmdb_cli_get_row_counts_from_table_list

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_filters('wpmdb_cli_get_row_counts_from_table_list') is found 1 times:

  • /class/Common/Cli/Cli.php line 479
    			return $cached_results[$stage];
    		}
    
    		$local_table_rows         = $this->table->get_table_row_count();
    		$cached_results[$stage] = apply_filters('wpmdb_cli_get_row_counts_from_table_list', $local_table_rows, $stage);
    
    		return $cached_results[$stage];
    	}
    
    	/**
    	 * @return array|mixed|string|void|WP_Error